24 lines
312 B
SCSS
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;
|
|
}
|