diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-08-12 15:34:55 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-08-12 15:34:55 -0700 |
commit | 38792081d45d99377f5d472a31133e90a0f5d631 (patch) | |
tree | 0caf370960a44635a3fbb5f62aa49830cb078da2 /youtube | |
parent | da8243085b30ff44b226dd177ab8bca755e1c48b (diff) | |
download | yt-local-38792081d45d99377f5d472a31133e90a0f5d631.tar.lz yt-local-38792081d45d99377f5d472a31133e90a0f5d631.tar.xz yt-local-38792081d45d99377f5d472a31133e90a0f5d631.zip |
subscription-manager: fix items being cut off at the bottom and top of the columns in chrome
Diffstat (limited to 'youtube')
-rw-r--r-- | youtube/templates/subscription_manager.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/templates/subscription_manager.html b/youtube/templates/subscription_manager.html index eb52eef..3145f54 100644 --- a/youtube/templates/subscription_manager.html +++ b/youtube/templates/subscription_manager.html @@ -58,6 +58,7 @@ .sub-list-item{ display:flex; margin-bottom: 10px; + break-inside:avoid; background-color: #dadada; } .tag-list{ |