Skip to content
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

RTL / Bidi results get right padding on doc-search-details. #1192

Open
ixt opened this issue Jun 14, 2019 · 2 comments
Open

RTL / Bidi results get right padding on doc-search-details. #1192

ixt opened this issue Jun 14, 2019 · 2 comments
Labels
css/styling low priority redesign-2019 The end-of-EHRI-2.0 design revamp
Milestone

Comments

@ixt
Copy link

ixt commented Jun 14, 2019

Sometimes doesn't occur on certain window sizes.
Add "padding-right: 0;" to: .search-item-details > ul

Examples:
https://portal.ehri-project-test.eu/units?lang=heb

@ixt ixt added css/styling low priority redesign-2019 The end-of-EHRI-2.0 design revamp labels Jun 14, 2019
@mikesname
Copy link
Contributor

Have tried to address this along with some other (mystifying) RTL text-alignment issues. @ixt please check?

@mikesname
Copy link
Contributor

This the correct way to do this is simply to unset the body's text-align attribute, which is set by Bootstrap's reboot.scss.

body {
    text-align: unset;
}

The default should let the dir attribute and direction work as expected.

@mikesname mikesname added this to the Redesign 2019 milestone Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css/styling low priority redesign-2019 The end-of-EHRI-2.0 design revamp
Projects
None yet
Development

No branches or pull requests

2 participants