fix width of filename in sidebar to accommodate local link

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2016-12-02 14:49:19 +01:00
parent bc597b1843
commit ac527769c5

View file

@ -97,7 +97,7 @@
}
#app-sidebar .fileName h3 {
max-width: 300px;
max-width: 85%;
display: inline-block;
padding: 5px 0;
margin: -5px 0;