mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
ui: fix borked styling
This commit is contained in:
@@ -77,7 +77,13 @@ const Input = styled.input<Props>`
|
||||
}
|
||||
}
|
||||
`;
|
||||
const Textarea = styled.textarea<Props>`${inputStyle}`;
|
||||
const Textarea = styled.textarea<Props>`
|
||||
${inputStyle};
|
||||
|
||||
& + .input-help {
|
||||
${tw`mt-0`};
|
||||
}
|
||||
`;
|
||||
|
||||
export { Textarea };
|
||||
export default Input;
|
||||
|
||||
Reference in New Issue
Block a user