🐛 Site > File tree > Prevent name wrapping

This commit is contained in:
brunosimon
2017-09-20 21:51:16 +02:00
parent cf5917d925
commit 51d1170c8a
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -261,6 +261,7 @@ class ClassName extends AnotherClass
this.files.createVersion('./test/icons/test.c', 'Test icon')
this.files.createVersion('./test/icons/test.h', '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
let counting = 0
@@ -1,8 +1,10 @@
.name
display block
white-space nowrap
.text
padding-left 12px
padding-right 6px
.letter
opacity 0.6
@@ -17,7 +19,7 @@
top -1px
padding-left 3px
padding-right 3px
margin-left 4px
margin-left 0px
border-radius: 6px;
color #fff
font-size 8px
@@ -1,11 +1,13 @@
.name
display block
white-space nowrap
.icon
opacity 0.6
.text
padding-left 12px
padding-right 6px
.letter
opacity 0.6