Skip to content

Commit

Permalink
Fix tip label display
Browse files Browse the repository at this point in the history
Fix tip label display
  • Loading branch information
aeeq authored Apr 4, 2023
1 parent 41bafe0 commit 6ee7f86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gui/src/assets/scss/reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 76,8 @@ html{

.noscroll{
overflow: hidden;
}
}

.field.is-floating-label .label {
overflow: visible !important;
}

0 comments on commit 6ee7f86

Please sign in to comment.