diff options
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 2e1e5bf65..8331c9fa3 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -227,6 +227,10 @@ p-table { | |||
227 | width: 250px !important; | 227 | width: 250px !important; |
228 | padding: 0 !important; | 228 | padding: 0 !important; |
229 | text-align: center; | 229 | text-align: center; |
230 | |||
231 | my-edit-button + my-delete-button { | ||
232 | margin-left: 5px; | ||
233 | } | ||
230 | } | 234 | } |
231 | 235 | ||
232 | p-paginator { | 236 | p-paginator { |