Skip to content

Commit

Permalink
fix(client): make limits responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Jan 6, 2024
1 parent af76fa8 commit 47748eb
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@
.statement-header {
display: flex;
flex-direction: row-reverse;
flex-wrap: wrap;
column-gap: 15px;
max-width: 800px;
margin-left: auto;
margin-right: auto;

.statement-header__limits {
line-height: 28px !important;
line-height: 26px !important;
margin-bottom: 5px;
white-space: nowrap;
}
}

Expand Down

0 comments on commit 47748eb

Please sign in to comment.