Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 5855164

Browse files
committed
Fix CSS on share dialog title.
1 parent d43cab3 commit 5855164

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

core/src/plugins/action.share/res/react-share-form.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ div#react_share_form div.headerPanel {
2121
div#react_share_form div.headerPanel > div {
2222
color: white;
2323
font-size: 24px;
24+
line-height: 27px;
2425
padding: 20px 16px 14px;
25-
word-break: 'break-all';
26+
word-break: break-all;
2627
}
2728
div#react_share_form .mui-tabs-container .mui-tab-item-container {
2829
background-color: #4aceb0 !important;

core/src/plugins/action.share/res/react-share-form.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ div#react_share_form {
3737
> div{
3838
color: white;
3939
font-size: 24px;
40+
line-height: 27px;
4041
padding:20px 16px 14px;
41-
word-break:'break-all';
42+
word-break:break-all;
4243
}
4344
}
4445
.mui-tabs-container {

0 commit comments

Comments
 (0)