-
Notifications
You must be signed in to change notification settings - Fork 85
Unified pills and headers across Documentation #2705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
&--inline { | ||
margin-left: 10px; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
&--inline { | |
margin-left: 10px; | |
} | |
&--inline { | |
line-height: 18px; | |
&:first-child { | |
margin-left: 10px; | |
} | |
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is also some font-weight difference between https://ez-systems-developer-documentation--2705.com.readthedocs.build/en/2705/content_management/data_migration/importing_data/#segments and https://ez-systems-developer-documentation--2705.com.readthedocs.build/en/2705/ibexa_engage/ibexa_engage/ so maybe it should be ensured elsewhere. Maybe on pill
class itself.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pills don't have the exact same size, font and spacing everywhere.
Target: master, 4.6
Things done:
Examples:
Also the current doc had a bug where the inline pill was displayed slightly below the text:
(see https://doc.ibexa.co/en/latest/update_and_migration/from_4.5/update_from_4.5/#dashboard-migration )
This is now fixed.