mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-19 17:58:48 +00:00
7 lines
162 B
SCSS
7 lines
162 B
SCSS
// Copyright 2022 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
.DeleteMessagesModal__ModalHost__width-container {
|
|
min-width: fit-content;
|
|
}
|