mirror of
https://github.com/plankanban/planka.git
synced 2025-07-29 18:19:46 +02:00
10 lines
159 B
CSS
10 lines
159 B
CSS
|
.menu {
|
||
|
margin: -7px -12px -5px !important;
|
||
|
width: calc(100% + 24px) !important;
|
||
|
}
|
||
|
|
||
|
.menuItem {
|
||
|
margin: 0 !important;
|
||
|
padding-left: 14px !important;
|
||
|
}
|