mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
add css styling for text component (#5491)
This commit is contained in:
@@ -95,11 +95,13 @@ export class SchemaCompareResult {
|
||||
}]);
|
||||
|
||||
let sourceLabel = view.modelBuilder.text().withProperties({
|
||||
value: localize('schemaCompare.sourceLabel', 'Source')
|
||||
value: localize('schemaCompare.sourceLabel', 'Source'),
|
||||
CSSStyles: { 'margin-bottom': '0px' }
|
||||
}).component();
|
||||
|
||||
let targetLabel = view.modelBuilder.text().withProperties({
|
||||
value: localize('schemaCompare.targetLabel', 'Target')
|
||||
value: localize('schemaCompare.targetLabel', 'Target'),
|
||||
CSSStyles: { 'margin-bottom': '0px' }
|
||||
}).component();
|
||||
|
||||
let arrowLabel = view.modelBuilder.text().withProperties({
|
||||
|
||||
Reference in New Issue
Block a user