diff options
author | 2020-06-17 21:48:07 -0700 | |
---|---|---|
committer | 2020-06-17 21:48:07 -0700 | |
commit | 43bf6696d538c1380de2dcf27245f7cfa98d2ac3 (patch) | |
tree | dca156da8668dfcd829901c39cc151a0b89d71db /ui/static/css/common.css | |
parent | f52f00abcfab98da29f679f3bc0951d3c510e2a1 (diff) | |
download | v2-43bf6696d538c1380de2dcf27245f7cfa98d2ac3.tar.gz v2-43bf6696d538c1380de2dcf27245f7cfa98d2ac3.tar.zst v2-43bf6696d538c1380de2dcf27245f7cfa98d2ac3.zip |
Revert "Always align action items to the right even when the window is small "
This reverts commit c9618458cb2ad42c2a588c34f2c870d93df032d5.
Diffstat (limited to '')
-rw-r--r-- | ui/static/css/common.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/static/css/common.css b/ui/static/css/common.css index 4d609a4c..6aef27f2 100644 --- a/ui/static/css/common.css +++ b/ui/static/css/common.css @@ -704,10 +704,6 @@ a.button { margin-top: 5px; } -.item-meta ul:last-child { - margin-left: auto; -} - .item-meta li { display: inline; } |