remove padding on sub-menus
padding for content was previously being applied to sub-menu columns
This commit is contained in:
parent
c7fd5b5f1a
commit
5a1318bc49
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue