From bf64ed4196938ba9002c887cadb01bd2a6e3127a Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sat, 28 Dec 2019 01:10:26 +0100 Subject: Add search bars for a user's videos and playlist library --- client/src/sass/primeng-custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'client/src/sass') 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 @@ color: var(--mainForegroundColor) !important; } +my-edit-button, +my-delete-button, +my-button { + height: max-content; +} + // data table customizations p-table { .ui-table-caption { -- cgit v1.2.3