1
0
mirror of https://github.com/flarum/core.git synced 2025-07-28 12:10:51 +02:00

fix: color input overflowing the input box (#3796)

Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
Sami Mazouz
2023-04-16 21:33:57 +01:00
committed by GitHub
parent 11aa7bbb35
commit 2e76a8ecb5

View File

@@ -101,7 +101,7 @@
margin-top: 20px;
padding: 10px 0;
input {
input, .ColorInput {
max-width: 400px;
}
}