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

Commit

Permalink
Set fixed width to fix #1356
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed May 23, 2017
1 parent b955172 commit 25c9695
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 6 additions & 3 deletions core/src/plugins/action.share/res/minisite.css
Expand Up @@ -17,9 +17,12 @@ html .hash_load_error {
}
#ajxp_unique_dl .download-block {
cursor: pointer;
width: auto;
max-width: 400px;
min-width: 220px;
/*
width: auto;
max-width: 400px;
min-width: 220px;
*/
width: 300px;
margin: 0 auto;
text-align: center;
background: rgba(255, 255, 255, 0.91);
Expand Down
3 changes: 3 additions & 0 deletions core/src/plugins/action.share/res/minisite.less
Expand Up @@ -15,9 +15,12 @@ body, html{

.download-block{
cursor: pointer;
/*
width: auto;
max-width: 400px;
min-width: 220px;
*/
width: 300px;
margin: 0 auto;
text-align: center;
background: rgba(255, 255, 255, 0.91);
Expand Down

0 comments on commit 25c9695

Please sign in to comment.