mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
fix display of modified identifier to remain inline
This commit is contained in:
@@ -7,10 +7,17 @@
|
||||
|
||||
.status-bar .file-info {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.status-bar .file-info .current-path {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.status-bar .buffer-modified {
|
||||
float: right;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.status-bar .cursor-position {
|
||||
|
||||
Reference in New Issue
Block a user