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

Commit

Permalink
CSS fixes for v1 (#7285)
Browse files Browse the repository at this point in the history
* CSS fixes for v1 (Thanks @ngotchac)

* Remove hack line completely

* Comment around Chrome upgrade
  • Loading branch information
jacogr authored Dec 15, 2017
1 parent 6587dfe commit c9865e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions js-old/src/ui/Container/container.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ $transitionAll: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
.container {
background: $background;
flex: 1;
height: 100%;
/* Broke after Chrome upgrade, just commenting for now */
/* height: 100%; */
padding: 0em;
max-width: 100%;
position: relative;
Expand Down Expand Up @@ -64,7 +65,8 @@ $transitionAll: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
.padded {
background-color: transparent !important;
border-radius: 0 !important;
height: 100%;
/* Broke after Chrome upgrade, just commenting for now */
/* height: 100%; */
position: relative;
overflow: auto;
}
Expand Down
1 change: 0 additions & 1 deletion js-old/src/ui/StatusIndicator/statusIndicator.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
width: calc(.9em + 5px);
text-transform: initial;
vertical-align: bottom;
margin-top: -1em;

> .bar {
display: inline-block;
Expand Down

0 comments on commit c9865e0

Please sign in to comment.