From de2363b4868c0c8c55110936943c2da69c0fd020 Mon Sep 17 00:00:00 2001 From: hichri-louay <124356992+hichri-louay@users.noreply.github.com> Date: Tue, 19 Sep 2023 17:24:20 +0100 Subject: [PATCH] change the size of hr element (#538) --- src/app/notifications/notification.component.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/notifications/notification.component.css b/src/app/notifications/notification.component.css index cea1589e3..4a5810f1d 100755 --- a/src/app/notifications/notification.component.css +++ b/src/app/notifications/notification.component.css @@ -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 */ }