Skip to content

Commit

Permalink
[Fix] safari display difference for float block
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonger committed Mar 26, 2024
1 parent 1824b81 commit 6c6163a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions assets/css/app.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/app.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/app.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dev/sass/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ a {
float: right;
font-size: 12px;
margin: 5px;
min-width: 100px;

.text {
color: #768390;
Expand Down
1 change: 1 addition & 0 deletions dev/sass/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
float: right;
font-size: 12px;
margin: 5px;
min-width: 150px;

#ex-ghDay-legend2 {
display: inline-block;
Expand Down

0 comments on commit 6c6163a

Please sign in to comment.