Skip to content

Commit 30b6330

Browse files
committed
remove invalid wide css prop
1 parent 1b52859 commit 30b6330

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/insomnia/src/ui/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2464,7 +2464,7 @@ input.editable {
24642464
height: 100%;
24652465
}
24662466
.modal.modal--wide .modal__content__wrapper {
2467-
width: var(--modal-width) wide;
2467+
width: var(--modal-width);
24682468
}
24692469
.modal.modal--skinny .modal__content__wrapper {
24702470
width: var(--modal-width-skinny);

0 commit comments

Comments
 (0)