Skip to content

Commit

Permalink
Issue #1473: Fix erroneous fieldset min-width and allow wrapping in t…
Browse files Browse the repository at this point in the history
…itles.
  • Loading branch information
Sven committed Mar 2, 2022
1 parent a99ba02 commit 35a13a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,10 @@ label.oooFocus.LabelError {
align-items: end;
}

.oooTitle > p {
white-space: normal;
}

/* IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

Expand Down
4 changes: 4 additions & 0 deletions var/httpd/htdocs/skins/Customer/default/css/Core.Reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ body {
padding: 0;
}

fieldset {
min-width: 0;
}

ol, ul {
list-style: none;
}
Expand Down

0 comments on commit 35a13a8

Please sign in to comment.