diff options
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index bf844ac5d..73606f940 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -238,7 +238,8 @@ | |||
238 | font-size: 15px; | 238 | font-size: 15px; |
239 | height: $button-height; | 239 | height: $button-height; |
240 | line-height: $button-height; | 240 | line-height: $button-height; |
241 | border-radius: 3px; | 241 | // FIXME: because of primeng that redefines border-radius of all input[type="..."] |
242 | border-radius: 3px !important; | ||
242 | text-align: center; | 243 | text-align: center; |
243 | padding: 0 17px 0 13px; | 244 | padding: 0 17px 0 13px; |
244 | cursor: pointer; | 245 | cursor: pointer; |