Skip to content

Commit

Permalink
change the size of hr element (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
hichri-louay authored Sep 19, 2023
1 parent 64e672d commit de2363b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/notifications/notification.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ input[type='search']::-webkit-search-cancel-button {
border-bottom: 0.25px solid rgba(117, 117, 143, 0.3) !important;

/* should add an hr under the ng for for the lline better than use border-bottom */
width: 35vw;
width: 725px;
/* the border bottom take the width of the div which is actually 50% of the view port to increase the border we should increase the width for the div */
/* if there is some problem with the design please comment the line 221 */
}
Expand Down

0 comments on commit de2363b

Please sign in to comment.