mirror of
https://github.com/flarum/core.git
synced 2025-07-29 04:30:56 +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;
|
margin-top: 20px;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
|
|
||||||
input {
|
input, .ColorInput {
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user