Skip to content

Commit

Permalink
make step annotation resizable
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicBlueberry committed Oct 24, 2024
1 parent a04903c commit 7258f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/style/scss/ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ $ui-margin-horizontal-large: $margin-v * 2;

.ui-textarea {
@extend .ui-input;
height: 100px !important;
min-height: 100px;
}

.ui-switch {
Expand Down

0 comments on commit 7258f47

Please sign in to comment.