Skip to content

Commit

Permalink
Unset the overflow-x for headers: this fixes most of the tooltip clip…
Browse files Browse the repository at this point in the history
…ping problem
  • Loading branch information
justvanrossum committed May 5, 2024
1 parent 3e3e411 commit 3232cd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fontra/client/web-components/ui-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export class Form extends SimpleElement {
}
.ui-form-label.header {
overflow-x: unset;
font-weight: bold;
grid-column: 1 / span 2;
text-align: left;
Expand Down

0 comments on commit 3232cd8

Please sign in to comment.