Fix overflow on transaction page

This commit is contained in:
ncois
2023-11-29 15:27:45 +01:00
parent cf338970bf
commit c5ce3167f3
2 changed files with 11 additions and 1 deletions

View File

@@ -152,6 +152,16 @@
@media (min-width: 768px){
display: inline-block;
}
@media (max-width: 425px){
display: flex;
flex-direction: column;
}
}
.effective-fee-rating {
@media (max-width: 767px){
margin-right: 0px !important;
}
}
.title {