Skip to content

Commit

Permalink
Merge pull request #1765 from bcgov/bugfix/ALCS-2045
Browse files Browse the repository at this point in the history
Fix other text input underline not showing up
  • Loading branch information
Abradat authored Jun 17, 2024
2 parents 9b29c3f + 568fafc commit da4bb8e
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 da4bb8e

Please sign in to comment.