fix: memperbaiki responsive alert
This commit is contained in:
parent
3bafe7ce63
commit
091df5d9e9
@ -1737,7 +1737,7 @@ @media only screen and (max-width: 767.98px) {
|
|||||||
.alert-dismissible p {
|
.alert-dismissible p {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
/* white-space: nowrap; */
|
||||||
max-width: 294px;
|
max-width: 294px;
|
||||||
}
|
}
|
||||||
.button-group-mb-sm {
|
.button-group-mb-sm {
|
||||||
@ -2046,9 +2046,9 @@ @media only screen and (max-width: 575.98px) {
|
|||||||
.alert-dismissible {
|
.alert-dismissible {
|
||||||
padding-right: 30px;
|
padding-right: 30px;
|
||||||
}
|
}
|
||||||
.alert-dismissible p {
|
/* .alert-dismissible p {
|
||||||
max-width: 102px;
|
max-width: 102px;
|
||||||
}
|
} */
|
||||||
.customizer-links {
|
.customizer-links {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user