fix layout problems exposed by #cats
This commit is contained in:
parent
9e95d2e4ac
commit
f81f7db6cd
|
@ -85,6 +85,7 @@ limitations under the License.
|
|||
padding-left: 60px;
|
||||
padding-right: 60px;
|
||||
min-height: 100%;
|
||||
max-width: 270px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
@ -99,6 +100,7 @@ limitations under the License.
|
|||
.mx_ImageView_name {
|
||||
font-size: 18px;
|
||||
margin-bottom: 6px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.mx_ImageView_metadata {
|
||||
|
|
Loading…
Reference in New Issue