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

Issue #2315067 by Sam152: Fixed Dialog titlebar overlaps close button for long titles.

parent 36c0354b
Branches
Tags
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
......@@ -14,7 +14,7 @@
background: rgba(107,107,107,0.65);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 15px;
padding: 15px 49px 15px 15px;
}
.ui-dialog .ui-dialog-title {
font-size: 1.231em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment