You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
silverwind d0c406a86f
Fix review box viewport overflow issue (#23800)
Fix regression that came likely from
https://github.com/go-gitea/gitea/pull/23271:

Long lines of text currently cause the review box's CodeMirror element
to resize which apparently is not recognized by [popper's resize
detection](https://popper.js.org/docs/v2/modifiers/event-listeners/) and
which causes the element to go partially out of viewport until a reflow
happens:


![wrap](https://user-images.githubusercontent.com/115237/228673260-f8ffe89e-5724-4fb9-b93f-30b146c4c436.gif)

Fix this by setting the element to a static width derived from viewport
width and remove the previously clumsy media queries.
1 year ago
..
chroma Replace Less with CSS (#23481) 1 year ago
code Fix some broken css (#23560) 1 year ago
codemirror Replace Less with CSS (#23481) 1 year ago
console Replace Less with CSS (#23481) 1 year ago
features Set opaque background on markup and images (#23578) 1 year ago
markup Set opaque background on markup and images (#23578) 1 year ago
modules Replace Less with CSS (#23481) 1 year ago
shared Convert issue list checkboxes to native (#23596) 1 year ago
standalone Replace Less with CSS (#23481) 1 year ago
themes CSS color tweaks (#23828) 1 year ago
admin.css Replace Less with CSS (#23481) 1 year ago
animations.css Replace Less with CSS (#23481) 1 year ago
base.css CSS color tweaks (#23828) 1 year ago
dashboard.css Replace Less with CSS (#23481) 1 year ago
editor-markdown.css Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) 1 year ago
editor.css Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) 1 year ago
explore.css Fix long name ui issues and label ui issue (#23541) 1 year ago
font_i18n.css Replace Less with CSS (#23481) 1 year ago
form.css CSS color tweaks (#23828) 1 year ago
helpers.css Convert issue list checkboxes to native (#23596) 1 year ago
home.css Replace Less with CSS (#23481) 1 year ago
index.css Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) 1 year ago
install.css Replace Less with CSS (#23481) 1 year ago
organization.css Replace Less with CSS (#23481) 1 year ago
package.css Replace Less with CSS (#23481) 1 year ago
repository.css Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) 1 year ago
review.css Fix review box viewport overflow issue (#23800) 1 year ago
runner.css Replace Less with CSS (#23481) 1 year ago
svg.css Replace Less with CSS (#23481) 1 year ago
tribute.css Replace Less with CSS (#23481) 1 year ago
user.css Remove row clicking from notification table (#22695) 1 year ago