FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix guardian today on firefox and old android. min-height does not wo… · devhttps/frontend@d6690b5 · GitHub

Commit d6690b5

Browse files
committed
fix guardian today on firefox and old android. min-height does not work on tables in some browsers
1 parent ba4e251 commit d6690b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎static/src/stylesheets/email/_front.scss‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $container-color: #ffffff;
5050
padding: 0;
5151
width: 100%;
5252
position: relative;
53-
min-height: 56px;
53+
height: 56px;
5454
}
5555

5656
.free-text {
@@ -120,7 +120,7 @@ $container-color: #ffffff;
120120
.byline,
121121
.trail-text {
122122
font-weight: normal;
123-
padding: 3px $gutter 0;
123+
padding: 3px $gutter 5px;
124124
}
125125

126126
// td

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL