From 381afcbe4e3fc9cd95c39fababe2c65ad4ae9a80 Mon Sep 17 00:00:00 2001 From: Aidos Date: Wed, 29 Dec 2021 14:13:04 +0600 Subject: [PATCH] Update notification.css fix typo --- hr_reminder/static/src/css/notification.css | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/hr_reminder/static/src/css/notification.css b/hr_reminder/static/src/css/notification.css index 01f689dd..e74b2c98 100755 --- a/hr_reminder/static/src/css/notification.css +++ b/hr_reminder/static/src/css/notification.css @@ -6,7 +6,7 @@ color: white; margin-top: 1em; } - .label { +.label { display: inline-block; color: white; max-width: 100%; @@ -20,13 +20,10 @@ max-height: 400px; min-height: 50px; overflow-y: auto; - - @media (max-width: @screen-xs-max) { - max-height: none; - } - +} +@media (max-width: @screen-xs-max) { + max-height: none; +} .detail-client-address-country { color: black; - } - - +}