mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-21 18:06:30 +02:00
fix title width in title combined column
This commit is contained in:
+2
-3
@@ -34,7 +34,7 @@
|
||||
}
|
||||
|
||||
.title {
|
||||
display: block;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
max-width: 100%;
|
||||
@@ -46,8 +46,7 @@
|
||||
}
|
||||
|
||||
a.title {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.track-subtitle {
|
||||
|
||||
Reference in New Issue
Block a user