Skip to content

Commit

Permalink
Custom Block CSS Fix #14
Browse files Browse the repository at this point in the history
  • Loading branch information
qrac committed Jun 26, 2020
1 parent b0b5390 commit 74f0632
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
16 changes: 16 additions & 0 deletions editor-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -501,3 +501,7 @@ time {
padding-top: 1rem;
border-top: 1px solid var(--qs-bg-3);
}

.smb-btn--full {
box-sizing: border-box;
}

0 comments on commit 74f0632

Please sign in to comment.