Skip to content

Commit

Permalink
Fixes AB#462 - Changing input boxes to bordered boxes.
Browse files Browse the repository at this point in the history
  • Loading branch information
robtaft-ms authored and gingi committed Apr 18, 2023
1 parent 9b61d0c commit 530bb90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/@batch-flask/ui/form/form-field/form-field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ bl-form-field {
width: 100%;
flex: 1;
min-width: 0;
border: 1px solid $input-border-color;

&::placeholder {
color: transparent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

bl-property-content {
color: $primary-text;
background-color: $main-background;
padding: 3px 8px;
margin: 0;
text-overflow: ellipsis;
overflow: hidden;
display: block;
width: 100%;
min-height: 24px;
border: 1px solid $input-border-color;

&:not(.wrap) {
white-space: nowrap;
Expand Down

0 comments on commit 530bb90

Please sign in to comment.