BUG 28005
This commit is contained in:
@@ -126,11 +126,12 @@ export default {
|
|||||||
|
|
||||||
.item {
|
.item {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 112px;
|
min-height: 112px;
|
||||||
color: #333;
|
color: #333;
|
||||||
box-shadow: inset 0px -1px 0px 0px #DDDDDD;
|
box-shadow: inset 0px -1px 0px 0px #DDDDDD;
|
||||||
padding-right: 32px;
|
padding: 32px 32px 32px 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
white-space: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user