mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
762a0a850e
Doing this BEFORE the merge prevents a lot of merge conflicts. Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
17 lines
283 B
SCSS
17 lines
283 B
SCSS
/*
|
|
* SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
.rbt-input-multi {
|
|
min-width: 200px !important;
|
|
|
|
.rbt-input-main {
|
|
&[placeholder=""] {
|
|
width: 10px !important;
|
|
}
|
|
|
|
width: 100%;
|
|
}
|
|
}
|