Skip to content

Commit

Permalink
feat: Add Header Height Class Helper - MEED-7353 - Meeds-io/MIPs#155 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker committed Sep 2, 2024
1 parent 0ca076a commit cc84074
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platform-ui-skin/src/main/webapp/skin/less/core/helpers.less
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,10 @@
.no-max-width {
max-width: none !important;
}
.header-height {
height: 36px !important;
min-height: 36px !important;
}
.clickable {
cursor: pointer;
}
Expand Down
1 change: 1 addition & 0 deletions platform-ui-skin/src/main/webapp/skin/less/core/reset.less
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ select {
}
select[multiple],
select[size] {
min-height: auto;
height: auto;
}
select:focus,
Expand Down

0 comments on commit cc84074

Please sign in to comment.