🐛 Site > File tree > Prevent name wrapping
This commit is contained in:
@@ -261,6 +261,7 @@ class ClassName extends AnotherClass
|
|||||||
this.files.createVersion('./test/icons/test.c', 'Test icon')
|
this.files.createVersion('./test/icons/test.c', 'Test icon')
|
||||||
this.files.createVersion('./test/icons/test.h', 'Test icon')
|
this.files.createVersion('./test/icons/test.h', 'Test icon')
|
||||||
this.files.createVersion('./test/icons/test.pwet', 'Test icon')
|
this.files.createVersion('./test/icons/test.pwet', 'Test icon')
|
||||||
|
this.files.createVersion('./test/and that\'s a very long file with a very long name so I can test how scrolling works', 'Test icon')
|
||||||
|
|
||||||
// Adding file versions
|
// Adding file versions
|
||||||
let counting = 0
|
let counting = 0
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
.name
|
.name
|
||||||
display block
|
display block
|
||||||
|
white-space nowrap
|
||||||
|
|
||||||
.text
|
.text
|
||||||
padding-left 12px
|
padding-left 12px
|
||||||
|
padding-right 6px
|
||||||
|
|
||||||
.letter
|
.letter
|
||||||
opacity 0.6
|
opacity 0.6
|
||||||
@@ -17,7 +19,7 @@
|
|||||||
top -1px
|
top -1px
|
||||||
padding-left 3px
|
padding-left 3px
|
||||||
padding-right 3px
|
padding-right 3px
|
||||||
margin-left 4px
|
margin-left 0px
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
color #fff
|
color #fff
|
||||||
font-size 8px
|
font-size 8px
|
||||||
|
|||||||
@@ -1,11 +1,13 @@
|
|||||||
.name
|
.name
|
||||||
display block
|
display block
|
||||||
|
white-space nowrap
|
||||||
|
|
||||||
.icon
|
.icon
|
||||||
opacity 0.6
|
opacity 0.6
|
||||||
|
|
||||||
.text
|
.text
|
||||||
padding-left 12px
|
padding-left 12px
|
||||||
|
padding-right 6px
|
||||||
|
|
||||||
.letter
|
.letter
|
||||||
opacity 0.6
|
opacity 0.6
|
||||||
|
|||||||
Reference in New Issue
Block a user