diff options
| author | rr- <rr-@sakuya.pl> | 2016-09-10 15:48:27 +0200 |
|---|---|---|
| committer | rr- <rr-@sakuya.pl> | 2016-09-10 15:49:56 +0200 |
| commit | 2be21a7213b27ee5304f5cc97c5fc85da45833ae (patch) | |
| tree | 610c0f76b2e2f0fa21417b552b1821eed030a64d /client/css | |
| parent | 42b7a9b94fc7f7321e63691378acebd609d0f581 (diff) | |
client/css: fix tag creation time being wrapped
Diffstat (limited to 'client/css')
| -rw-r--r-- | client/css/tag-list-view.styl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/css/tag-list-view.styl b/client/css/tag-list-view.styl index fe13176..410eb3d 100644 --- a/client/css/tag-list-view.styl +++ b/client/css/tag-list-view.styl @@ -21,7 +21,7 @@ .usages text-align: center width: 8% - .edit-time + .creation-time text-align: center width: 8% white-space: pre |