Skip to content

Commit

Permalink
Set max-height on Device Config Compliance tab configs (#861)
Browse files Browse the repository at this point in the history
* set max-height on devicetab configs

---------

Co-authored-by: itdependsnetworks <[email protected]>
  • Loading branch information
justinbrink and itdependsnetworks authored Jan 9, 2025
1 parent 4568563 commit cac0083
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/850.changed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Changed the way that actual and intended configs are rendered within the text box to have a scroll bar.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@
min-width: 200px;
width: 100%;
padding: 15px;
height:max-content;
height: max-content;
}
#compliance-content td.config_hover span[id*="_intended"] pre {
max-height: 300px;
}
#compliance-content td.config_hover span[id*="_actual"] pre {
max-height: 300px;
}
#navigation span.config_hover_button {
vertical-align: center;
Expand Down

0 comments on commit cac0083

Please sign in to comment.