Fix transaction title breaks row on some languages (#570)

This commit is contained in:
Miguel Medeiros
2021-06-12 01:16:45 -03:00
committed by GitHub
parent 8385c50605
commit 4338dd6c3f
2 changed files with 11 additions and 9 deletions

View File

@@ -31,8 +31,9 @@ h1{
.container-buttons {
text-align: right;
width: 100%;
@media (min-width: 992px) {
width: 300px;
@media (min-width: 850px) {
width: auto;
float: right;
}
}
@@ -48,7 +49,8 @@ h1{
margin-left: 10px;
position: relative;
text-align: left;
width: 100%;
width: auto;
float: left;
}
}