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 {
|
||||
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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user