This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/ext/report_image/style.css

8 lines
148 B
CSS
Raw Normal View History

2022-09-30 13:16:48 +00:00
#reportedimage .reason {
max-width: 30em;
overflow-wrap: break-word;
word-wrap: break-word;
}
2024-01-19 19:04:11 +00:00
#reportedimage .formstretch INPUT {
width: 100%;
}