|
@@ -205,11 +205,11 @@ body {
|
|
|
|
|
|
.tag {
|
|
|
display: flex;
|
|
|
- width: 93%;
|
|
|
+ max-width: 93%;
|
|
|
align-items: center;
|
|
|
padding-left: 15px;
|
|
|
&.share {
|
|
|
- width: 84%;
|
|
|
+ max-width: 84%;
|
|
|
}
|
|
|
|
|
|
.logo {
|
|
@@ -223,13 +223,13 @@ body {
|
|
|
.text {
|
|
|
font-size: 18px;
|
|
|
font-weight: bold;
|
|
|
- width: calc(100% - 50px);
|
|
|
+ max-width: calc(100% - 50px);
|
|
|
margin: 0 7px;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
&.share {
|
|
|
- width: calc(100% - 80px);
|
|
|
+ max-width: calc(100% - 80px);
|
|
|
}
|
|
|
}
|
|
|
|