From aa37ddf78371ab9daaeb6ddaf0a87f8dbcdc12e8 Mon Sep 17 00:00:00 2001 From: Ejaaz Khan Date: Thu, 5 Dec 2024 23:08:15 +0530 Subject: [PATCH] refactor: add styles for col four to twelve --- frappe/public/scss/common/grid.scss | 44 ++++++++++++++++++++++++++--- 1 file changed, 40 insertions(+), 4 deletions(-) diff --git a/frappe/public/scss/common/grid.scss b/frappe/public/scss/common/grid.scss index 256b90e99e..248ad4f57a 100644 --- a/frappe/public/scss/common/grid.scss +++ b/frappe/public/scss/common/grid.scss @@ -609,13 +609,49 @@ max-width: 60px; } .grid-static-col.col-xs-2 { - flex: 0 0 75px; - max-width: 75px; - } - .grid-static-col.col-xs-3 { flex: 0 0 90px; max-width: 90px; } + .grid-static-col.col-xs-3 { + flex: 0 0 120px; + max-width: 120px; + } + .grid-static-col.col-xs-4 { + flex: 0 0 150px; + max-width: 150px; + } + .grid-static-col.col-xs-5 { + flex: 0 0 200px; + max-width: 200px; + } + .grid-static-col.col-xs-6 { + flex: 0 0 250px; + max-width: 250px; + } + .grid-static-col.col-xs-7 { + flex: 0 0 300px; + max-width: 300px; + } + .grid-static-col.col-xs-8 { + flex: 0 0 350px; + max-width: 350px; + } + .grid-static-col.col-xs-9 { + flex: 0 0 400px; + max-width: 400px; + } + .grid-static-col.col-xs-10 { + flex: 0 0 450px; + max-width: 450px; + } + .grid-static-col.col-xs-11 { + flex: 0 0 500px; + max-width: 500px; + } + .grid-static-col.col-xs-12 { + flex: 0 0 550px; + max-width: 550px; + } .grid-row > .row .col:last-child, .grid-row > .dialog-assignment-row .col:last-child { min-width: 40px;