Skip to content

Commit cdee533

Browse files
committed
Fix search term not wrapping well on mobile
1 parent 3901a29 commit cdee533

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/wp-admin/css/common.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3960,6 +3960,13 @@ img {
39603960
vertical-align: middle;
39613961
}
39623962

3963+
.subtitle {
3964+
display: block;
3965+
margin-top: 0.5em;
3966+
padding-left: 0;
3967+
line-height: 1.5;
3968+
}
3969+
39633970
/* Feedback Messages */
39643971
.notice,
39653972
.wrap div.updated,

0 commit comments

Comments
 (0)