diff options
-rw-r--r-- | client/src/app/admin/friends/friend-add/friend-add.component.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
1 | table { | 1 | table { |
2 | margin-bottom: 40px; | 2 | margin-bottom: 40px; |
3 | } | 3 | } |
4 | |||
5 | .input-group-btn button { | ||
6 | width: 35px; | ||
7 | } | ||