mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 20:55:41 +00:00
fix(workspace): keep workspace nav tabs visible when editing docs (#8249)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import styled from 'styled-components';
|
||||
|
||||
const StyledWrapper = styled.div`
|
||||
height: 100%;
|
||||
flex: 1 1 0%;
|
||||
min-height: 0;
|
||||
|
||||
.overview-layout {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user