Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix(css): 2150 gdc-app menu layout issue in IE
Browse files Browse the repository at this point in the history
Closes #2150
  • Loading branch information
Terry Lin authored and Terry Lin committed Apr 26, 2016
1 parent 1dffaf6 commit 3056b21
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app/styles/home.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
justify-content: space-between;

.menu-column {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
Expand Down Expand Up @@ -384,7 +383,7 @@
display: inline-block;
position: relative;
color: #777;

a {
display: block;
color: inherit;
Expand Down Expand Up @@ -420,7 +419,7 @@
flex: 1;
text-transform: uppercase;
border-right: solid 2px #d3e5e7;

.stats-block-body {
font-size: 3.5rem;
font-weight: 300;
Expand All @@ -438,7 +437,7 @@

// Layout: Row 3
.table-row-container {

.info-table {
padding: 0 .25rem;
a {
Expand All @@ -458,7 +457,7 @@
min-height: 11.4rem;
line-height: 2rem;
}

.gdc-apps {
td {
background-color: #fff;
Expand Down

0 comments on commit 3056b21

Please sign in to comment.