mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 21:50:35 +02:00
fix title overflow on firefox
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.name-container {
|
||||
display: -webkit-inline-box;
|
||||
align-self: flex-start;
|
||||
width: fit-content;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Reference in New Issue
Block a user