Skip to content

Commit af8039c

Browse files
committed
Fix search term not wrapping well on mobile
1 parent 3806b25 commit af8039c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/wp-admin/css/common.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3904,6 +3904,13 @@ img {
39043904
white-space: nowrap;
39053905
}
39063906

3907+
.subtitle {
3908+
display: block;
3909+
margin-top: 0.5em;
3910+
padding-left: 0;
3911+
line-height: 1.5;
3912+
}
3913+
39073914
/* Feedback Messages */
39083915
.notice,
39093916
.wrap div.updated,

0 commit comments

Comments
 (0)