@@ -39,7 +39,7 @@ export default {
background-repeat: no-repeat;
background-size: auto 2vw;
background-position: left bottom;
- font-size: 1.1vw;
+ font-size: 1vw;
color: white;
padding-left: 2vw;
text-overflow: ellipsis;
@@ -181,10 +181,11 @@ export default {
}
&.right {
- flex: 1;
+ flex: 1.3;
+ flex-shrink: 0;
+ overflow: hidden;
width: 100%;
height: 100%;
- flex-shrink: 0;
display: flex;
flex-direction: column;