From 74f0632a669d88667bca72c451eebdb1dff448d7 Mon Sep 17 00:00:00 2001 From: Qrac Date: Fri, 26 Jun 2020 20:38:13 +0900 Subject: [PATCH] Custom Block CSS Fix #14 --- editor-style.css | 16 ++++++++++++++++ style.css | 4 ++++ 2 files changed, 20 insertions(+) diff --git a/editor-style.css b/editor-style.css index bd77724..8ae3c6c 100644 --- a/editor-style.css +++ b/editor-style.css @@ -203,3 +203,19 @@ ol { font-size: 0.875rem; opacity: 0.65; } + +.components-toolbar .components-button { + white-space: nowrap; +} + +.smb-testimonial .components-button { + height: 48px; +} + +.smb-balloon .components-button { + height: 54px; +} + +.smb-panels__item__link { + word-break: break-all; +} diff --git a/style.css b/style.css index 22b5fe1..dc03aac 100644 --- a/style.css +++ b/style.css @@ -501,3 +501,7 @@ time { padding-top: 1rem; border-top: 1px solid var(--qs-bg-3); } + +.smb-btn--full { + box-sizing: border-box; +}