Browse Source

Fixed the action part panel having too small of a max height

tags/v0.7.0
Fen Dweller 8 years ago
parent
commit
e97305e384
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      style.css

+ 1
- 1
style.css View File

@@ -135,7 +135,7 @@ body.dark #log {
}

.action-part-container {
max-height: 400px;
max-height: 1000px;
display: flex;
flex-wrap: wrap;
}


Loading…
Cancel
Save