2023-06-07 16:22:44 +02:00
|
|
|
/*
|
2024-09-06 10:22:13 +02:00
|
|
|
Copyright 2023, 2024 New Vector Ltd.
|
2023-06-07 16:22:44 +02:00
|
|
|
|
2025-02-18 17:59:58 +00:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
|
2024-09-06 10:22:13 +02:00
|
|
|
Please see LICENSE in the repository root for full details.
|
2023-06-07 16:22:44 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
.feedback textarea {
|
|
|
|
|
height: 75px;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
}
|
|
|
|
|
.feedback {
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
}
|