Prevents button text from wrapping from < 939
This commit is contained in:
@@ -128,5 +128,21 @@ li.wp-block-navigation-item.wp-block-navigation-link > a:hover {
|
||||
height: 24px;
|
||||
}
|
||||
.wp-social-link-mail svg {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 939px) {
|
||||
.button-helper {
|
||||
flex-wrap: nowrap !important;
|
||||
}
|
||||
|
||||
.button-helper .wp-block-button__link {
|
||||
font-size: clamp(0.65rem, 2vw, 0.875rem);
|
||||
padding: 6px 8px !important;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.button-helper .wp-block-buttons {
|
||||
min-width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user