From efa48a869b51aa0e90be862bdba4c0eb2397d61b Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Thu, 10 Nov 2022 13:35:46 +0300 Subject: [PATCH] added specific class name --- public/css/app.css | 8 ++++++++ resources/assets/sass/app.css | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/public/css/app.css b/public/css/app.css index a2837b0a6..8da69d0b7 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -54059,6 +54059,14 @@ html[dir="rtl"] .lines-radius-border thead td:last-child { } /* responsive for role mobile */ +/* full-width for mobile. Some component use inline styling for width */ +@media only screen and (max-width: 991px) { + .full-width-mobile { + width: 100% !important; + } + } + /* full-width for mobile. Some component use inline styling for width */ + [dir="ltr"] .ltr\:-right-57 { right: -14.5rem; } diff --git a/resources/assets/sass/app.css b/resources/assets/sass/app.css index bab3e1785..9f59be7dc 100644 --- a/resources/assets/sass/app.css +++ b/resources/assets/sass/app.css @@ -572,6 +572,14 @@ html[dir="rtl"] .lines-radius-border thead td:last-child { } /* responsive for role mobile */ +/* full-width for mobile. Some component use inline styling for width */ +@media only screen and (max-width: 991px) { + .full-width-mobile { + width: 100% !important; + } + } + /* full-width for mobile. Some component use inline styling for width */ + [dir="ltr"] .ltr\:-right-57 { right: -14.5rem; }