Skip to content

Commit

Permalink
Increase size of project select in DT editor preview
Browse files Browse the repository at this point in the history
  • Loading branch information
janslifka committed Jan 17, 2025
1 parent 3440d84 commit c2991f1
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,14 @@ $content-height: calc(100vh - #{$header-height});
padding: 8px 16px;
border-bottom: 1px solid $gray-400;

.btn-group {
.btn {
white-space: nowrap;
}
}

.TypeHintInput {
width: 250px;
width: 400px;
margin-left: $spacer-1;
margin-right: $spacer-3;
}
Expand Down

0 comments on commit c2991f1

Please sign in to comment.