Modified the image page to use CSS class

Pages can not display normal when language is Simplified Chinese(zh-cn),
a row in the table can display only one Chinese character.

Remove "width: 100%" rule from the "word-wrap" class.

The page should now display normally.

Partial-Bug: #1936830
Change-Id: If72d49c78a9f83687785a1225151d819b85e88d2
(cherry picked from commit e9ca001623)
This commit is contained in:
Wei Lingfei 2021-07-23 19:41:11 +08:00 committed by weilingfei
parent 8385858585
commit ee04415bc7
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;
}
}