Closed davidolrik closed 2 years ago
When adding an icon to a folder there is no padding between the icon and the folder name.
I have this workaround locally:
body.alx-folder-icons .nav-folder.alx-folder-with-note[data-icon]>.nav-folder-title>.nav-folder-title-content:before { padding-right: 5px; }
When adding an icon to a folder there is no padding between the icon and the folder name.
I have this workaround locally: