Fix: Style navbar dropdown item flex justification for browser Chrome
This commit is contained in:
@@ -535,3 +535,8 @@ progress::-webkit-progress-value {
|
|||||||
progress::-moz-progress-bar {
|
progress::-moz-progress-bar {
|
||||||
background-color: var(--color-primary); /* Color of the filled portion */
|
background-color: var(--color-primary); /* Color of the filled portion */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Style Overrides. */
|
||||||
|
#navbar .dropdown .item {
|
||||||
|
justify-content: flex-start !important;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user