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

Drop .text-justify class #29793

Merged
merged 7 commits into from
Dec 30, 2019
Merged

Drop .text-justify class #29793

merged 7 commits into from
Dec 30, 2019

Conversation

MartijnCuppens
Copy link
Member

@MartijnCuppens MartijnCuppens commented Dec 2, 2019

@MartijnCuppens MartijnCuppens requested a review from a team as a code owner December 2, 2019 20:23
@MartijnCuppens MartijnCuppens added this to Inbox in v5 via automation Dec 2, 2019
v5 automation moved this from Inbox to Approved Dec 25, 2019
@XhmikosR XhmikosR merged commit bd27834 into master Dec 30, 2019
v5 automation moved this from Approved to Shipped Dec 30, 2019
@XhmikosR XhmikosR deleted the master-mc-remove-text-justify branch December 30, 2019 20:33
olsza pushed a commit to olsza/bootstrap that referenced this pull request Oct 3, 2020
@srsteinberg
Copy link

Very disappointed

@Masri-Programmer
Copy link

why

@lollyca
Copy link

lollyca commented May 22, 2023

I agree, why is this class being dropped? Seems useful to me

@ranjan3nov
Copy link

ranjan3nov commented Jun 11, 2023

I agree, why is this class being dropped? Seems useful to me

WHY??? can u please explain .. How this can be helpful

@Siddhesh-Sarfare
Copy link

ok then is there any substitute class for this.?

@realsolutio
Copy link

Removing a class without a replacement, why?

@diamyndwallet
Copy link

The text-justify is needed and widely used by many sites... What's the replacement or orientation for projects that need text-justify?

@Hasenpriester
Copy link

I agree, why is this class being dropped? Seems useful to me

WHY??? can u please explain .. How this can be helpful

It is useful, if you want to display text justified.

@skyndfly
Copy link

Return this class back

@tapmeppe
Copy link

tapmeppe commented Oct 8, 2023

Why has this class been dropped?

@FerJoTello
Copy link

FerJoTello commented Oct 9, 2023

Well, if anybody else just like me just discovered that text-justify does not exists anymore the only explanation that i found was on the docs (https://getbootstrap.com/docs/5.3/utilities/text/#text-alignment), check the note!
image

Opinion: It's really funny because they thought that justified text it's hard to read so removing the class was the best option (?). Maybe a striked out text is hard to read, but the class actually exists, so what's the point?

You should provide the class, it's the decision from the people who is implementing it to determine if it results hard to read or don't, but you guys simply removed it, and at least, I don't understand why. Lol

@shapeh
Copy link

shapeh commented Nov 16, 2023

I find this a bit odd too. Thankfully, it is very easy to fix - solved by adding this to my SASS file (scss /.css):

CSS:

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

HTML:

 `<div class="text-justify">Blah blah</div>`

johnpinto1 pushed a commit to DMPRoadmap/roadmap that referenced this pull request Nov 27, 2023
@NullUserException
Copy link

NullUserException commented Apr 30, 2024

Opinion: It's really funny because they thought that justified text it's hard to read so removing the class was the best option (?). Maybe a striked out text is hard to read, but the class actually exists, so what's the point?

You should provide the class, it's the decision from the people who is implementing it to determine if it results hard to read or don't, but you guys simply removed it, and at least, I don't understand why. Lol

Justified text often creates unsightly typographic rivers that make text very hard to read, specially if the reader is dyslexic. It also has no semantic purpose, unlike strikethrough text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
v5
  
Shipped
Development

Successfully merging this pull request may close these issues.

No responsiveness for text-justify?