Drop floats

This commit is contained in:
Nathan Sobo 2017-04-20 23:04:14 -06:00 committed by Antonio Scandurra
parent 77f04c47d9
commit c338227dab

View File

@ -7,7 +7,6 @@ atom-text-editor {
font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace; font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace;
.gutter-container { .gutter-container {
float: left;
width: min-content; width: min-content;
background-color: inherit; background-color: inherit;
} }
@ -74,7 +73,6 @@ atom-text-editor {
.lines { .lines {
contain: strict; contain: strict;
background-color: inherit; background-color: inherit;
float: left;
will-change: transform; will-change: transform;
overflow: hidden; overflow: hidden;
} }