mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Drop floats
This commit is contained in:
committed by
Antonio Scandurra
parent
77f04c47d9
commit
c338227dab
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user