mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
fix icon line up issue in sidebar (#5790)
This commit is contained in:
parent
34c2a16363
commit
e4fd43e4fc
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ ul.sidebar .sidebar-list a:hover .menu-icon {
|
||||||
ul.sidebar .sidebar-list .menu-icon {
|
ul.sidebar .sidebar-list .menu-icon {
|
||||||
padding-right: 30px;
|
padding-right: 30px;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
width: fit-content;
|
width: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#page-wrapper:not(.open) ul.sidebar {
|
#page-wrapper:not(.open) ul.sidebar {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue