Skip to content

Commit

Permalink
fix: configurations tabs overflow (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandikbarr authored Aug 6, 2021
1 parent 7281905 commit 2c8bd85
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ nx-console-field {
.configurations-container {
margin-top: 24px;
height: $configurations-offset - 24px;
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;

.configuration {
margin-right: 24px;
Expand Down

0 comments on commit 2c8bd85

Please sign in to comment.