diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-09-28 14:03:01 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-09-28 14:03:01 -0400 |
| commit | ca5ba45ffeebfca4c600c55268202672ff55775c (patch) | |
| tree | 2b71486e35151599e95b55df6719c0b7ca233f27 /src/client/views/collections/CollectionTreeView.scss | |
| parent | a80f0867032a4735b319c87c1c7c045f062a7d4f (diff) | |
library updates
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss index 197e57808..f423788bd 100644 --- a/src/client/views/collections/CollectionTreeView.scss +++ b/src/client/views/collections/CollectionTreeView.scss @@ -7,9 +7,9 @@ border-radius: inherit; box-sizing: border-box; height: 100%; - width:100%; + width: 100%; position: absolute; - top:0; + top: 0; padding-top: 20px; padding-left: 10px; padding-right: 0px; @@ -51,7 +51,7 @@ .editableView-container-editing { display: block; text-overflow: ellipsis; - font-size: 24px; + font-size: 1vw; white-space: nowrap; } } |
