File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -522,20 +522,23 @@ gui-expander {
522
522
gui-tabs {
523
523
display : block;
524
524
position : relative;
525
+ box-sizing : border-box;
525
526
}
526
527
gui-tabs > ul {
527
528
display : block;
528
529
list-style-type : none;
529
530
margin : 0 ;
530
531
padding : 0 ;
531
532
white-space : nowrap;
533
+ box-sizing : border-box;
532
534
}
533
535
gui-tabs > ul > li {
534
536
position : relative;
535
537
display : inline-block;
536
538
margin : 0 ;
537
539
padding : 0 ;
538
540
height : 100% ;
541
+ box-sizing : border-box;
539
542
}
540
543
/*gui-tabs > ul > li.gui-active {
541
544
}*/
@@ -551,6 +554,7 @@ gui-tabs {
551
554
overflow : hidden;
552
555
display : none;
553
556
position : relative;
557
+ box-sizing : border-box;
554
558
}
555
559
gui-tab-container .gui-active {
556
560
display : block;
You can’t perform that action at this time.
0 commit comments