summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-10-27 18:04:11 +0000
committerGerrit Code Review <review@openstack.org>2022-10-27 18:04:11 +0000
commitda6a140fd3e9b4fb9baa53e5f5261a6788adeb24 (patch)
tree0d93e9335a5538448cc971374aff0cb00d98d528
parentac0676ca7c01abd527b2d492baf6413dad11e99b (diff)
parent5932bca8bb1b2a5fea63a81c37bf464a62e854ed (diff)
downloadhorizon-da6a140fd3e9b4fb9baa53e5f5261a6788adeb24.tar.gz
Merge "Modified the image page to use CSS class" into stable/wallaby
-rw-r--r--openstack_dashboard/static/dashboard/scss/_util.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/openstack_dashboard/static/dashboard/scss/_util.scss b/openstack_dashboard/static/dashboard/scss/_util.scss
index f88e32e70..53960672e 100644
--- a/openstack_dashboard/static/dashboard/scss/_util.scss
+++ b/openstack_dashboard/static/dashboard/scss/_util.scss
@@ -49,7 +49,6 @@ input::-ms-clear, input::-ms-reveal {
// Set on an element that you would like to word wrap to container size
.word-wrap {
- width: 100%;
word-wrap: break-word;
}
@@ -67,4 +66,4 @@ input::-ms-clear, input::-ms-reveal {
[ng-click] {
cursor: pointer;
-} \ No newline at end of file
+}