aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/follows/following-list/following-list.component.scss
diff options
context:
space:
mode:
authorMs Kimsible <1877318+kimsible@users.noreply.github.com>2021-09-08 10:12:38 +0200
committerGitHub <noreply@github.com>2021-09-08 10:12:38 +0200
commitb16e0cf2484e482105f236f5f3155e467cf71a2f (patch)
tree54c775556f0245d3de24b5baef734cc9eb610866 /client/src/app/+admin/follows/following-list/following-list.component.scss
parentfb72d2e1c24cd4660fd6611ef723c5827c47294c (diff)
downloadPeerTube-b16e0cf2484e482105f236f5f3155e467cf71a2f.tar.gz
PeerTube-b16e0cf2484e482105f236f5f3155e467cf71a2f.tar.zst
PeerTube-b16e0cf2484e482105f236f5f3155e467cf71a2f.zip
Fix broken delete buttons of admin federation lists (#4378)
* Add ellipsis on my-delete button of federation admin * Add ellipsis on button label to define (max-)width on host component Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com>
Diffstat (limited to 'client/src/app/+admin/follows/following-list/following-list.component.scss')
-rw-r--r--client/src/app/+admin/follows/following-list/following-list.component.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/+admin/follows/following-list/following-list.component.scss b/client/src/app/+admin/follows/following-list/following-list.component.scss
index ef24b38cc..0de80e563 100644
--- a/client/src/app/+admin/follows/following-list/following-list.component.scss
+++ b/client/src/app/+admin/follows/following-list/following-list.component.scss
@@ -19,3 +19,7 @@ a {
19.follow-button { 19.follow-button {
20 @include create-button; 20 @include create-button;
21} 21}
22
23my-delete-button {
24 max-width: 130px;
25}