remove padding on sub-menus
padding for content was previously being applied to sub-menu columns
This commit is contained in:
@@ -1285,6 +1285,9 @@ span {
|
|||||||
padding: .05in;
|
padding: .05in;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
.flexspace:has(.Buttons){
|
||||||
|
padding:0;
|
||||||
|
}
|
||||||
.titlediv{
|
.titlediv{
|
||||||
height:100%;
|
height:100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Reference in New Issue
Block a user