Skip to content
Snippets Groups Projects
Commit c1183b6d authored by Robert Goldmann's avatar Robert Goldmann
Browse files

transaction page equal line height even if description is not present

parent d78247dc
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,10 @@ ...@@ -28,6 +28,10 @@
margin: auto; margin: auto;
} }
.transaction-line-height {
line-height: 50px;
}
.transaction-row { .transaction-row {
margin-bottom: 5px; margin-bottom: 5px;
margin-top: 20px; margin-top: 20px;
......
...@@ -28,6 +28,10 @@ ...@@ -28,6 +28,10 @@
margin: auto; margin: auto;
} }
.transaction-line-height {
line-height: 50px;
}
.transaction-row { .transaction-row {
margin-bottom: 5px; margin-bottom: 5px;
margin-top: 20px; margin-top: 20px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment