mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
Avoid awkward wrapping
This commit is contained in:
parent
141a77af80
commit
4899ccd5aa
|
@ -67,6 +67,9 @@ function BacktraceCopyDisplay({
|
|||
const BacktraceInputBox = styled.input`
|
||||
font-size: larger;
|
||||
background-color: #eee;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 4px;
|
||||
min-width: 0;
|
||||
|
||||
flex-grow: 999;
|
||||
`;
|
||||
|
@ -76,7 +79,6 @@ const BacktraceWrapper = styled.section`
|
|||
gap: 10px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
`;
|
||||
|
||||
const BacktraceCopyButton = styled.button`
|
||||
|
|
Loading…
Reference in a new issue