Changes between Initial Version and Version 2 of Ticket #44846
- Timestamp:
- 08/27/2018 03:12:27 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44846
-
Property
Status
changed from
new
toclosed
- Property Focuses administration added
-
Property
Component
changed from
Administration
toPosts, Post Types
-
Property
Milestone
changed from
Awaiting Review
to - Property Keywords close added; ui-feedback removed
-
Property
Resolution
changed from
to
duplicate
-
Property
Status
changed from
-
Ticket #44846 – Description
initial v2 2 2 3 3 It can be fixed by removing float:none; and position:absolute; rules from the following CSS: 4 4 {{{ 5 5 @media screen and (max-width: 782px){ 6 6 p.search-box { … … 13 13 } 14 14 } 15 }}}