Palliatif pour l'affichage des étiquettes trop grandes
This commit is contained in:
parent
c46cb295bb
commit
77cc28a466
|
@ -78,7 +78,7 @@ html, body {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 125px;
|
width: 125px;
|
||||||
height: 125px;
|
height: 155px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.launcher li.app-item::after {
|
.launcher li.app-item::after {
|
||||||
|
@ -106,7 +106,6 @@ html, body {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: white;
|
color: white;
|
||||||
white-space: nowrap;
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in New Issue