summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-01-17 12:19:44 +0000
committerGerrit Code Review <review@openstack.org>2023-01-17 12:19:44 +0000
commite6f3952b878d6b04fde9742987e0f37a1cfad3e5 (patch)
treef3b63973aa872f0091b5d6a26fbcf16f03903789
parenta0e6ff6239f06ef55cdfc298def9b3e0308ba86b (diff)
parentee04415bc77994dc91fe3bd2d376068553eaf0ec (diff)
downloadhorizon-e6f3952b878d6b04fde9742987e0f37a1cfad3e5.tar.gz
Merge "Modified the image page to use CSS class" into stable/ussuri
-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
+}