Fix buttons moving and title cropping on details page

This commit is contained in:
MrTimscampi 2020-05-10 10:22:24 +02:00
parent f468e32ac4
commit a8e45f30ab
2 changed files with 4 additions and 3 deletions

View file

@ -511,8 +511,6 @@
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin: 1em 0;
}
@ -598,6 +596,9 @@
white-space: nowrap;
text-overflow: ellipsis;
text-align: left;
min-width: 0;
max-width: 100%;
overflow: hidden;
}
.layout-mobile .infoText {