diff options
Diffstat (limited to 'web_src/less/helpers.less')
-rw-r--r-- | web_src/less/helpers.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/less/helpers.less b/web_src/less/helpers.less index 19477f7ecd..f475693926 100644 --- a/web_src/less/helpers.less +++ b/web_src/less/helpers.less @@ -175,4 +175,5 @@ @media @mediaSm { .db-small { display: block !important; } .w-100-small { width: 100% !important; } + .js-small { justify-content: flex-start !important; } } |