Skip to content
Snippets Groups Projects
Commit 5990cf98 authored by Rajab Natshah's avatar Rajab Natshah Committed by Sascha Eggenberger
Browse files

Issue #3357587: Fix Custom logo in toolbar floated on left

parent 1a80cd4d
No related branches found
No related tags found
1 merge request!252Issue #3357587: Fix Custom logo in toolbar floated on left
Pipeline #11338 passed
......@@ -115,6 +115,7 @@
}
.toolbar .toolbar-bar #toolbar-item-administration-tray .toolbar-logo {
display: block;
padding: var(--gin-spacing-xs) 0;
}
......
......@@ -99,6 +99,7 @@
// Custom logo
#toolbar-item-administration-tray .toolbar-logo {
display: block;
padding: var(--gin-spacing-xs) 0;
img {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment