mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-21 05:08:41 +01:00
Made button for selecting a raw file bigger.
This commit is contained in:
parent
ca1f5b51cc
commit
538b524563
@ -1,5 +1,10 @@
|
||||
import styled from 'styled-components';
|
||||
|
||||
const Wrapper = styled.div``;
|
||||
const Wrapper = styled.div`
|
||||
.btn {
|
||||
padding: 2% 0%;
|
||||
font-size: 125%;
|
||||
}
|
||||
`;
|
||||
|
||||
export default Wrapper;
|
@ -24,7 +24,7 @@ const RawFileParams = ({ item, collection }) => {
|
||||
};
|
||||
|
||||
return (
|
||||
<StyledWrapper>
|
||||
<StyledWrapper className="w-full">
|
||||
<RawFilePickerEditor
|
||||
value={ fileName ? fileName : null }
|
||||
onChange={(newValue) =>
|
||||
|
Loading…
Reference in New Issue
Block a user