cartodb-4.42/app/assets/stylesheets/editor-3/_tab-pane.scss

23 lines
297 B
SCSS
Raw Normal View History

2024-04-06 13:25:13 +08:00
.Tab-pane,
.Tab-paneContent {
display: flex;
flex: 1 1 auto;
flex-direction: column;
min-height: 0;
}
.Tab-paneLabelImageContainer {
min-width: 16px;
height: 16px;
}
.Tab-paneLabelImage {
width: auto;
height: 16px;
}
.Tab-paneContentInner {
display: flex;
flex: 1 1 auto;
}