mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 20:40:21 +02:00
fix title columns link width
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
.name-container {
|
||||
display: -webkit-inline-box;
|
||||
align-self: flex-start;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@@ -9,6 +8,10 @@
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
a.name-container {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.name-container.compact {
|
||||
-webkit-line-clamp: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user