Closed (fixed)
Project:
Drupal core
Version:
9.2.x-dev
Component:
Olivero theme
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Feb 2021 at 16:20 UTC
Updated:
4 Jun 2021 at 13:44 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
gauravvvv commentedHi @mherchel, Please write the steps to reproduce this issue. or Is this available on the live preview? https://tugboat-aqrmztryfqsezpvnghut1cszck2wwasr.tugboat.qa/
Comment #3
tushar_sachdeva commentedComment #4
tushar_sachdeva commentedThe easy way to reproduce @gaurav mahlawat is to just create an article page and in inspect section replace button--primary with --small
Quick and easy patch applied. Please refer screenshot attached.
Comment #5
tushar_sachdeva commentedComment #6
aaron.ferris commentedThis feels a bit funky to have a variable called
--line-height-normalthat's 1px.It's a bit far from normal, no? :)
Comment #7
tushar_sachdeva commentedAdded Line-height to normal for button--small.
Comment #8
tushar_sachdeva commentedComment #10
chetanbharambe commentedVerified and tested patch #7.
Patch applied successfully and looks good to me.
Testing Steps:
# Goto: Content -> Create an Article page
# Save it
# View the buttons
# User is able to see variation's text seems vertically misaligned.
Expected Results:
# User should see variation's text properly aligned with Line-height.
Actual Results:
# User is able to see variation's text seems vertically misaligned.
Looks good to me.
Can be a move to RTBC.
Comment #13
lauriiiCommitted a442cd7 and pushed to 9.3.x and 9.2.x. Thanks!