summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-10-27 14:28:54 +0000
committerGerrit Code Review <review@openstack.org>2022-10-27 14:28:54 +0000
commita066d00916bdb9eb9a131294a125b6f1f1f2dbe9 (patch)
tree96600f63c780466d682e8d4ad4f18f86d3de6dcd
parent3c71cab601421c97bdab243765d09fadf8b8149f (diff)
parentaaa4a8cdfe833ac0a7a2391f3d889cbaaf2cc5e7 (diff)
downloadhorizon-a066d00916bdb9eb9a131294a125b6f1f1f2dbe9.tar.gz
Merge "Modified the image page to use CSS class" into stable/xena
-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
+}