Skip to content

Commit 882b11c

Browse files
authored
fix: multipart form button alignment (#7629)
* fix: multipart form button alignment * rm: styles
1 parent 53aa9ed commit 882b11c

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

  • packages/bruno-app/src/components

packages/bruno-app/src/components/RequestPane/MultipartFormParams/StyledWrapper.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const Wrapper = styled.div`
2424
}
2525
2626
.file-value-cell {
27+
width: 100%;
2728
2829
.file-name {
2930
font-size: 12px;
@@ -32,6 +33,8 @@ const Wrapper = styled.div`
3233
}
3334
3435
.value-cell {
36+
width: 100%;
37+
3538
.flex-1 {
3639
min-width: 0;
3740
}

packages/bruno-app/src/components/ResponseExample/ResponseExampleRequestPane/ResponseExampleMultipartFormParams/StyledWrapper.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,19 @@ const Wrapper = styled.div`
6969
}
7070
}
7171
72+
.upload-btn,
73+
.clear-file-btn {
74+
flex-shrink: 0;
75+
}
76+
77+
.value-cell {
78+
width: 100%;
79+
80+
.flex-1 {
81+
min-width: 0;
82+
}
83+
}
84+
7285
.delete-button {
7386
opacity: 0;
7487
visibility: hidden;

0 commit comments

Comments
 (0)