Drop label line height styling on styler#2477
Conversation
WalkthroughRemoved a CSS rule and its comment from css/admin/style.css that set a line-height on primary labels within the style preview for form fields not inside .frm_inside_container. No other selectors or properties were added or changed. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. 📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
Fixes https://github.com/Strategy11/formidable-pro/issues/5963
This line was added originally was
line-height: normalalong with the commentAvoid a line-height: 1.4rem rule defined in common.css WordPress admin rules.I'm not sure if I see the 1.4rem rule anymore. This seems more consistent if I just drop the CSS.