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:
@@ -101,7 +101,7 @@
|
||||
margin-top: 20px;
|
||||
padding: 10px 0;
|
||||
|
||||
input {
|
||||
input, .ColorInput {
|
||||
max-width: 400px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user