Bugfix: Fix bisq dashboard tables overflow. (#733)

* Fix bisq dashboard tables overflow.

* Fix nav-item mobile margin.
This commit is contained in:
Miguel Medeiros
2021-08-19 11:51:08 -03:00
committed by GitHub
parent ca13d9109c
commit 58af0d78af
4 changed files with 74 additions and 33 deletions

View File

@@ -12,7 +12,7 @@ fa-icon {
}
li.nav-item {
margin: auto 10px;
margin: auto 5px;
padding-left: 10px;
padding-right: 10px;
}