fix: memperbaiki responsive alert

This commit is contained in:
Yoga Pangestu 2024-11-30 14:57:21 +07:00
parent 3bafe7ce63
commit 091df5d9e9

View File

@ -1737,7 +1737,7 @@ @media only screen and (max-width: 767.98px) {
.alert-dismissible p {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
/* white-space: nowrap; */
max-width: 294px;
}
.button-group-mb-sm {
@ -2046,9 +2046,9 @@ @media only screen and (max-width: 575.98px) {
.alert-dismissible {
padding-right: 30px;
}
.alert-dismissible p {
/* .alert-dismissible p {
max-width: 102px;
}
} */
.customizer-links {
display: none;
}