mirror of
https://github.com/plankanban/planka.git
synced 2025-12-18 09:13:21 +03: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;
|
||
|
|
}
|