Browse Source

Make file info not span all the width.

pull/16/head
Simon Eisenmann 11 years ago
parent
commit
65feb64303
  1. 1
      src/styles/components/_fileinfo.scss

1
src/styles/components/_fileinfo.scss

@ -26,6 +26,7 @@ @@ -26,6 +26,7 @@
border-radius: 4px;
padding: 1em;
position: relative;
max-width: 170px;
}
.file-info > div {

Loading…
Cancel
Save