1
0
Fork 0
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:
Richard Wei 2021-09-30 18:23:13 +13:00 committed by GitHub
parent 34c2a16363
commit e4fd43e4fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {