cartodb-4.42/assets/stylesheets/editor-3/_tab-pane.scss
2024-04-06 05:25:13 +00:00

24 lines
312 B
SCSS

.Tab-pane,
.Tab-paneContent {
display: flex;
flex: 1 1 auto;
flex-direction: column;
width: 100%;
min-height: 0;
}
.Tab-paneLabelImageContainer {
min-width: 16px;
height: 16px;
}
.Tab-paneLabelImage {
width: auto;
height: 16px;
}
.Tab-paneContentInner {
display: flex;
flex: 1 1 auto;
}