From 31df1b57af7e1ef5d99062b487f153467658be80 Mon Sep 17 00:00:00 2001 From: nicosammito Date: Thu, 2 May 2024 12:55:45 +0200 Subject: [PATCH] removed width:100% because it overrides the selected col size --- src/components/row/Row.style.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/row/Row.style.scss b/src/components/row/Row.style.scss index 4abd38c2..e547d4a4 100644 --- a/src/components/row/Row.style.scss +++ b/src/components/row/Row.style.scss @@ -11,7 +11,6 @@ > * { flex-shrink: 0; max-width: 100%; - width: 100%; padding-left: .5rem; padding-right: .5rem; box-sizing: border-box;