Skip to content

Commit

Permalink
fix(brain): max height in list view
Browse files Browse the repository at this point in the history
  • Loading branch information
dimakorzhovnik committed Jul 3, 2024
1 parent e428dac commit 568e884
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/robot/Brain/ui/TreedItem/TreedItem.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@
word-break: break-word;
padding: 13px 10px;
display: flex;
justify-content: center;
justify-content: flex-start;
flex-direction: column;
align-items: center;

font-size: 14px;
min-height: 50px;
max-height: 200px;
min-width: 100px;
max-width: 62%;

align-self: flex-end;
overflow: hidden;
}

0 comments on commit 568e884

Please sign in to comment.