mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 15:33:11 +01:00
feat: allow longer name in tab header
This commit is contained in:
parent
e8530a1022
commit
9a79e285c5
@ -17,7 +17,7 @@ const Wrapper = styled.div`
|
||||
|
||||
li {
|
||||
display: inline-flex;
|
||||
max-width: 150px;
|
||||
max-width: 250px;
|
||||
border: 1px solid transparent;
|
||||
list-style: none;
|
||||
padding-top: 8px;
|
||||
|
Loading…
Reference in New Issue
Block a user