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;
.gutter-container {
float: left;
width: min-content;
background-color: inherit;
}
@ -74,7 +73,6 @@ atom-text-editor {
.lines {
contain: strict;
background-color: inherit;
float: left;
will-change: transform;
overflow: hidden;
}