mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 01:25:37 -05:00
11 lines
166 B
CSS
11 lines
166 B
CSS
.labelOnTopContainer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.labelOnLeftContainer {
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin-right: 5px;
|
|
}
|