michaeluno / admin-page-framework

Facilitates WordPress plugin and theme development.
http://admin-page-framework.michaeluno.jp/
Other
339 stars 71 forks source link

Problems with text baseline when using inline_mixed, Chromium, Chrome, Edge only. #293

Closed OllieJones closed 3 years ago

OllieJones commented 3 years ago

Type of issue

Prerequisites

Steps to reproduce the issue (for Bug report)

  1. Look at the demo built in to your plugin: Advanced Usage / Mixed / Inline Mixed
  2. Observe that the position of text for the labeling-text fields with 'content' => 'to do something else' (for example) is too low. Please see the attached screenshot
  3. I cannot figure out how to correct this appearance problem with css.

Expected behavior and actual behavior

Actual behavior in the screenshot.

Expected behavior on this page in the documentation. https://admin-page-framework.michaeluno.jp/en/v3/class-AdminPageFramework_FieldType_inline_mixed.html

Environment

Generic WordPress install.

Browsers

Operating System

Versions

Isolating the problem

I put red outlines into the screenshot to show the problem text.

image

michaeluno commented 3 years ago

I could confirm the problem. Thanks for the report.