Skip to content

Commit

Permalink
set max-height on devicetab configs
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbrink committed Jan 8, 2025
1 parent 4bb4b9f commit ad93ba6
Showing 1 changed file with 7 additions and 1 deletion.
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 ad93ba6

Please sign in to comment.