summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Tsyganova <ATSyganova@IBS.RU>2022-07-01 17:21:38 +0300
committerAnna Tsyganova <ATSyganova@IBS.RU>2022-07-01 17:21:38 +0300
commit17c1d8bdaf236f1209b7283bbf75a4c062c7a6ad (patch)
tree2d1ec4099d9716c1ef76220d9a8352779360e6a8
parent3c5fdbc387a42cdd60be925c757ff21de73438cb (diff)
downloadwebui-vue-17c1d8bdaf236f1209b7283bbf75a4c062c7a6ad.tar.xz
Change alignment for last field in the table
Issue: SILABMC-184
-rw-r--r--src/assets/styles/bmc/custom/_tables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/assets/styles/bmc/custom/_tables.scss b/src/assets/styles/bmc/custom/_tables.scss
index dc5d5e83..29d85306 100644
--- a/src/assets/styles/bmc/custom/_tables.scss
+++ b/src/assets/styles/bmc/custom/_tables.scss
@@ -28,6 +28,7 @@
// thead-light added for specificity
.thead-light th {
+ text-align: left !important;
vertical-align: middle;
border-bottom: 1px solid gray("300");
&:focus {