Merge "Modified the image page to use CSS class" into stable/ussuri

This commit is contained in:
Zuul 2023-01-17 12:19:44 +00:00 committed by Gerrit Code Review
commit e6f3952b87

View File

@ -49,7 +49,6 @@ input::-ms-clear, input::-ms-reveal {
// Set on an element that you would like to word wrap to container size // Set on an element that you would like to word wrap to container size
.word-wrap { .word-wrap {
width: 100%;
word-wrap: break-word; word-wrap: break-word;
} }