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