mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Break words to prevent long lines
This commit is contained in:
@@ -44,6 +44,10 @@
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.command-panel .preview-list .preview {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.command-panel .preview-list .preview .match {
|
||||
background-color: rgba(255, 255, 255, .2);
|
||||
-webkit-border-radius: 2px;
|
||||
|
||||
Reference in New Issue
Block a user