mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
fix: multipart form button alignment (#7629)
* fix: multipart form button alignment * rm: styles
This commit is contained in:
@@ -24,6 +24,7 @@ const Wrapper = styled.div`
|
||||
}
|
||||
|
||||
.file-value-cell {
|
||||
width: 100%;
|
||||
|
||||
.file-name {
|
||||
font-size: 12px;
|
||||
@@ -32,6 +33,8 @@ const Wrapper = styled.div`
|
||||
}
|
||||
|
||||
.value-cell {
|
||||
width: 100%;
|
||||
|
||||
.flex-1 {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
@@ -69,6 +69,19 @@ const Wrapper = styled.div`
|
||||
}
|
||||
}
|
||||
|
||||
.upload-btn,
|
||||
.clear-file-btn {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.value-cell {
|
||||
width: 100%;
|
||||
|
||||
.flex-1 {
|
||||
min-width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.delete-button {
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
|
||||
Reference in New Issue
Block a user