Skip to content

Commit 23f7609

Browse files
committed
fix: RMF css for short content
1 parent 4c848c1 commit 23f7609

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

special-pages/pages/new-tab/app/remote-messaging-framework/components/RemoteMessagingFramework.module.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
display: block;
2727
}
2828

29-
.content {}
29+
.content {
30+
width: 100%;
31+
}
3032

3133
.title {
3234
font-size: var(--body-font-size);

0 commit comments

Comments
 (0)