Skip to content
Snippets Groups Projects
Commit d82a0ffb authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2267037 by vollepeer | michaelmol: Fixed Toolbar tab icons without title are not aligned.

parent 84dd270c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -209,6 +209,9 @@
.no-svg .toolbar-icon-help.active:before {
background-image: url("../../../misc/icons/000000/questionmark-disc.png");
}
.toolbar .toolbar-bar .toolbar-icon:before {
min-height: 3em;
}
@media only screen and (min-width: 16.5em) {
.toolbar .toolbar-bar .toolbar-icon {
......
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