You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
312 B

.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;
}