summaryrefslogtreecommitdiff
path: root/openstack_dashboard/static
diff options
context:
space:
mode:
authorPavani Peddapalli <pavani.peddapalli@tcs.com>2020-06-24 18:24:07 +0530
committerAkihiro Motoki <amotoki@gmail.com>2020-09-08 21:26:35 +0000
commit00f90b2998b05c9df764f68711169a25a90c2f79 (patch)
treebbec2ccb0ecefe6d305e92bb221b8b0737f6f0ac /openstack_dashboard/static
parent316d826d88dc7a4565ee2add7c07d3304629960e (diff)
downloadhorizon-00f90b2998b05c9df764f68711169a25a90c2f79.tar.gz
Added Bootstrap and css for responsive page
As the label is not inline with filter added bootstrap to make it adjust with screen-width Change-Id: I189b0da7e4194e2e65230019f99598d97a50f802 Closes-Bug: #1445591
Diffstat (limited to 'openstack_dashboard/static')
-rw-r--r--openstack_dashboard/static/dashboard/scss/_legacy.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/openstack_dashboard/static/dashboard/scss/_legacy.scss b/openstack_dashboard/static/dashboard/scss/_legacy.scss
index 18b3166a5..644d17a31 100644
--- a/openstack_dashboard/static/dashboard/scss/_legacy.scss
+++ b/openstack_dashboard/static/dashboard/scss/_legacy.scss
@@ -142,3 +142,7 @@
.dropdown_fix {
overflow: visible;
}
+
+.zero_padding{
+ padding: 0px;
+}