-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[7.0.11]Side navigation not aligned properly #15385
Comments
This was already fixed in f6319e1 |
I pulled today via girmt (fresh install) and there were these issues with text alignment. In my other instal with older master was an issue with overlapping < on settings cog, but this one is definitely fixrd in fresh install. |
snipe
added a commit
that referenced
this issue
Aug 23, 2024
Signed-off-by: snipe <[email protected]>
@snipe You missed Settings cog. It's still fa fa-cog instead of fas fa-cog |
FlorentDotMe
pushed a commit
to TelecomsSansFrontieres/snipe-it
that referenced
this issue
Sep 9, 2024
Signed-off-by: snipe <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Debug mode
Describe the bug
Cosmetics.
'Predefined Kits', 'Settings', "Import', 'Requestable Items' use different style from other
Reproduction steps
Open Snipe-IT
Expected behavior
'Predefined Kits'
Is:
<i class="fa fa-object-group fa-fw" aria-hidden="true"></i>
Should be:
<i class="fa
sfa-object-group fa-fw" aria-hidden="true"></i>
'Import'
Is:
<i class="fas fa-cloud-upload-alt fa-fw fa-fw" aria-hidden="true"></i>
Should be:
<i class="fas fa-cloud-upload-alt fa-fw" aria-hidden="true"></i>
'Settings'
Is:
<i class="fa fa-cog" aria-hidden="true"></i>
Should be:
<i class="fa
sfa-cog
fa-fw" aria-hidden="true"></i>
'Requestable Items'
Is:
<i class="fa fa-laptop fa-fw" aria-hidden="true"></i>
Should be:
<i class="fa
sfa-laptop fa-fw" aria-hidden="true"></i>
Screenshots
Snipe-IT Version
Version v7.0.11 - build 15044 (master)
Operating System
ubuntu
Web Server
apache
PHP Version
8.3
Operating System
Windows 11
Browser
Edge, Firefox
Version
Latest
Device
No response
Operating System
No response
Browser
No response
Version
No response
Error messages
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: