diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-03-19 16:53:53 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-03-19 16:53:53 -0400 |
| commit | a5ec9985b7e9ced23d1215b52b2e01357da4ff7e (patch) | |
| tree | 3c6c48b884901121500ba0b78b5a889fd36ae11a /src/client/views/collections/CollectionTimeView.scss | |
| parent | db08a938c1fc466e4eedfb1dbe84dedaef103ca3 (diff) | |
fixed pivot view filtering
Diffstat (limited to 'src/client/views/collections/CollectionTimeView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionTimeView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTimeView.scss b/src/client/views/collections/CollectionTimeView.scss index 865fc3cd2..310668ad2 100644 --- a/src/client/views/collections/CollectionTimeView.scss +++ b/src/client/views/collections/CollectionTimeView.scss @@ -47,7 +47,7 @@ .collectionTimeView-flyout { width: 400px; - display: inline-block; + display: block; .collectionTimeView-flyout-item { background-color: lightgray; |
