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

Commit

Permalink
Fix CSS on share dialog title.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Nov 15, 2016
1 parent d43cab3 commit 5855164
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion core/src/plugins/action.share/res/react-share-form.css
Expand Up @@ -21,8 +21,9 @@ div#react_share_form div.headerPanel {
div#react_share_form div.headerPanel > div {
color: white;
font-size: 24px;
line-height: 27px;
padding: 20px 16px 14px;
word-break: 'break-all';
word-break: break-all;
}
div#react_share_form .mui-tabs-container .mui-tab-item-container {
background-color: #4aceb0 !important;
Expand Down
3 changes: 2 additions & 1 deletion core/src/plugins/action.share/res/react-share-form.less
Expand Up @@ -37,8 +37,9 @@ div#react_share_form {
> div{
color: white;
font-size: 24px;
line-height: 27px;
padding:20px 16px 14px;
word-break:'break-all';
word-break:break-all;
}
}
.mui-tabs-container {
Expand Down

0 comments on commit 5855164

Please sign in to comment.