Skip to content

Commit

Permalink
fix: Adjust the Styling of the Error Messages for News Header Input - E…
Browse files Browse the repository at this point in the history
…XO-65316

Prior to this change the error message superimposes the maximum number of characters of the Header.
This change is going to adjust the styling of the error message for the news header input.
  • Loading branch information
sofyenne authored Sep 8, 2023
1 parent 07f3030 commit 9ef6f80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webapp/src/main/webapp/skin/less/newsListView.less
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
cursor: pointer;
}

.v-messages.theme--light.error--text {
padding-right: 15%;
}

.v-counter.theme--light {
position: absolute;
top: 44px;
Expand Down

0 comments on commit 9ef6f80

Please sign in to comment.