diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index fb1d3f7bd..88f6efb6a 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -455,7 +455,7 @@ p-table { | |||
455 | background-color: pvar(--mainBackgroundColor) !important; | 455 | background-color: pvar(--mainBackgroundColor) !important; |
456 | 456 | ||
457 | .caption { | 457 | .caption { |
458 | height: 40px; | 458 | min-height: 40px; |
459 | width: 100%; | 459 | width: 100%; |
460 | display: inline-flex; | 460 | display: inline-flex; |
461 | align-items: center; | 461 | align-items: center; |
@@ -634,6 +634,11 @@ p-table { | |||
634 | right: 0; | 634 | right: 0; |
635 | color: pvar(--inputPlaceholderColor); | 635 | color: pvar(--inputPlaceholderColor); |
636 | overflow: visible; | 636 | overflow: visible; |
637 | |||
638 | @media screen and (max-width: $small-view) { | ||
639 | left: 0; | ||
640 | top: 40px; | ||
641 | } | ||
637 | } | 642 | } |
638 | 643 | ||
639 | .p-paginator-first, | 644 | .p-paginator-first, |