diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 0acffef3c..9398f0adc 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -10,6 +10,12 @@ | |||
10 | color: var(--mainForegroundColor) !important; | 10 | color: var(--mainForegroundColor) !important; |
11 | } | 11 | } |
12 | 12 | ||
13 | my-edit-button, | ||
14 | my-delete-button, | ||
15 | my-button { | ||
16 | height: max-content; | ||
17 | } | ||
18 | |||
13 | // data table customizations | 19 | // data table customizations |
14 | p-table { | 20 | p-table { |
15 | .ui-table-caption { | 21 | .ui-table-caption { |