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 committed Oct 16, 2024
1 parent d22327e commit 0b797a9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/encoded/static/scss/encoded/modules/_charts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1364,6 +1364,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 @@ -1375,7 +1382,7 @@ $workflow-node-color-type-global-context: #ffb3b3;
}
}
@include media-breakpoint-down(xs) {
.dropdown .btn {
.chart-group .dropdown .btn {
margin-top: 10px;
}
}
Expand Down

0 comments on commit 0b797a9

Please sign in to comment.