Skip to content

Commit d5734b7

Browse files
authored
Only target the first title column, not all of them (#4766)
The original css override set the min-width on all title column. not just the first as it should.
1 parent 057c350 commit d5734b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/* Make title column in wagtail admin listing views have a min-width. */
2-
.listing .title {
2+
.listing .field-title {
33
min-width: 20vw;
44
}

0 commit comments

Comments
 (0)