mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
fixed css issues (#1066)
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-row .label {
|
.steps-tree .list-row .label {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
padding-left: 50px;
|
padding-left: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.step-id-col, .tree-id-col {
|
.step-columns .step-id-col, .step-tree .tree-id-col {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -45,17 +45,16 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.step-name-col, .tree-name-col {
|
.step-columns .step-name-col, .step-tree .tree-name-col {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 350px;
|
width: 350px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.step-message-col, .tree-message-col {
|
.step-columns .step-message-col, .step-tree .tree-message-col {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 680px;
|
width: 680px;
|
||||||
height:
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user