Skip to content

Commit

Permalink
Closes #7540
Browse files Browse the repository at this point in the history
- Adds `overflow: hidden` to Condition Widget label and
alphanumeric wrappers.
  • Loading branch information
charlesh88 committed Mar 1, 2024
1 parent e449fd0 commit f43f6c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
display: flex;
align-items: center;
justify-content: center;
overflow: hidden; // Prevent scrollbars when widget is very small in a Display Layout
}
}

Expand Down
1 change: 1 addition & 0 deletions src/plugins/displayLayout/components/telemetry-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
.c-frame & {
@include abs();
border: 1px solid transparent;
overflow: hidden;
}

.is-status__indicator {
Expand Down

0 comments on commit f43f6c0

Please sign in to comment.