From: Chocobozzz Date: Tue, 23 Aug 2016 13:28:03 +0000 (+0200) Subject: Client: make friends url button (+/-) -> same width X-Git-Tag: v0.0.1-alpha~763 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=b5d6b94c1e192cc7b6ace0e73fc8edee2dc510ef;p=github%2FChocobozzz%2FPeerTube.git Client: make friends url button (+/-) -> same width --- diff --git a/client/src/app/admin/friends/friend-add/friend-add.component.scss b/client/src/app/admin/friends/friend-add/friend-add.component.scss index cb597e12b..5fde51636 100644 --- a/client/src/app/admin/friends/friend-add/friend-add.component.scss +++ b/client/src/app/admin/friends/friend-add/friend-add.component.scss @@ -1,3 +1,7 @@ table { margin-bottom: 40px; } + +.input-group-btn button { + width: 35px; +}