Merge "Modified the image page to use CSS class"

This commit is contained in:
Zuul 2022-02-03 01:06:29 +00:00 committed by Gerrit Code Review
commit a629893a10
1 changed files with 1 additions and 2 deletions

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
.word-wrap {
width: 100%;
word-wrap: break-word;
}
@ -67,4 +66,4 @@ input::-ms-clear, input::-ms-reveal {
[ng-click] {
cursor: pointer;
}
}