Changes between Version 1 and Version 2 of Ticket #53174, comment 1
- Timestamp:
- 07/14/2021 07:46:07 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53174, comment 1
v1 v2 3 3 I see a similar overlap with a minimum font size. 4 4 5 The `#wp-link .query-results` container uses absolute positioning from the top (either 166px or 210px) .5 The `#wp-link .query-results` container uses absolute positioning from the top (either 166px or 210px) in [https://core.trac.wordpress.org/browser/trunk/src/wp-includes/css/editor.css?rev=50784#L1535 editor.css]. 6 6 7 7 I tried changing the value to an `em` measurement, but that does not seem to work well.