Skip to content

Commit

Permalink
Handle icons with width > height
Browse files Browse the repository at this point in the history
Icons with width > height will now only assume a max-height of 100% as opposed to a height of 100%. This is so they don't overflow the width of 300px.
  • Loading branch information
Luke Barnard committed Feb 2, 2017
1 parent b137c82 commit 874e326
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ limitations under the License.
}

.mx_Login_logo img {
height: 100%
max-height: 100%
}

.mx_Login_support {
Expand Down

0 comments on commit 874e326

Please sign in to comment.