mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-01 16:44:16 +00:00
10 lines
178 B
JavaScript
10 lines
178 B
JavaScript
import styled from 'styled-components';
|
|
|
|
const Wrapper = styled.div`
|
|
.tooltip-mod {
|
|
font-size: 11px !important;
|
|
width: 150px !important;
|
|
}
|
|
`;
|
|
|
|
export default Wrapper; |