mirror of
https://github.com/usebruno/bruno.git
synced 2025-03-03 00:51:11 +01:00
fix(RequestPane): Fix Mardown Table styling
This commit is contained in:
parent
fad71e936c
commit
6a55a8d6ea
@ -71,6 +71,14 @@ const StyledMarkdownBodyWrapper = styled.div`
|
||||
pre {
|
||||
background: ${(props) => props.theme.sidebar.bg};
|
||||
}
|
||||
|
||||
table {
|
||||
th,
|
||||
td {
|
||||
border: 1px solid ${(props) => props.theme.table.border};
|
||||
background-color: ${(props) => props.theme.bg};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
|
Loading…
Reference in New Issue
Block a user