Skip to content

Commit

Permalink
Fix other text input underline not showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
Abradat committed Jun 17, 2024
1 parent ad3d4fd commit 568fafc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ label {
display: inline-block !important;
}

.other-text {
.other-text.mat-mdc-input-element {
border-bottom: 1px solid colors.$black !important;
margin-bottom: -5px;
margin-left: 10px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ label {
display: inline-block !important;
}

.other-text {
.other-text.mat-mdc-input-element {
border-bottom: 1px solid colors.$black !important;
margin-bottom: -5px;
margin-left: 10px;
Expand Down

0 comments on commit 568fafc

Please sign in to comment.