mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-12 22:50:54 +03:00
Drop floats
This commit is contained in:
parent
77f04c47d9
commit
c338227dab
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user