Skip to content

Commit

Permalink
adjust header dropdown size
Browse files Browse the repository at this point in the history
  • Loading branch information
utku-ozturk authored and Onurcankaratay committed Oct 16, 2024
1 parent 46e9e32 commit 3922ec6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/encoded/static/scss/encoded/modules/_charts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1367,6 +1367,13 @@ $workflow-node-color-type-global-context: #ffb3b3;

&#usage {
@include media-breakpoint-down(lg) {
.chart-group .dropdown .btn {
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
}
}
@include media-breakpoint-down(md) {
h3 {
font-size: 1rem;
}
Expand All @@ -1376,8 +1383,8 @@ $workflow-node-color-type-global-context: #ffb3b3;
text-overflow: ellipsis;
}
}
@include media-breakpoint-down(md) {
.dropdown .btn {
@include media-breakpoint-down(xs) {
.chart-group .dropdown .btn {
margin-top: 10px;
}
}
Expand Down

0 comments on commit 3922ec6

Please sign in to comment.