mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 17:04:16 +02:00
fix title overflow on firefox
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@
|
||||
|
||||
.title {
|
||||
display: inline-block;
|
||||
width: fit-content;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Reference in New Issue
Block a user