-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Table][Image] Avatar in table doesn't fit #1510
Labels
Milestone
Comments
I'll most likely add a solve similar to this after the holidays. .ui.table th .image,
.ui.table th .image img,
.ui.table td .image,
.ui.table td .image img {
max-width: none;
} |
Thank You for this. |
jlukic
added a commit
that referenced
this issue
Dec 29, 2014
y0hami
pushed a commit
to fomantic/Fomantic-UI
that referenced
this issue
Nov 19, 2018
This one needs a bit of explanation: The main cause of this bug was introduced in 2014 by Semantic-Org/Semantic-UI@400949c It was related to issue Semantic-Org/Semantic-UI#1510, where it seemed to be fixed but the main cause was the `collapsing` class set to the cell column, which causes the width to be reduced to 1px to force the browser to reduce its width until the main occupied content got the minimum width. So, this PR actually reverts the fix for Semantic-Org/Semantic-UI#1510 and fixes the main cause correctly now. Closes #227
y0hami
pushed a commit
to fomantic/Fomantic-UI
that referenced
this issue
Dec 18, 2018
This one needs a bit of explanation: The main cause of this bug was introduced in 2014 by Semantic-Org/Semantic-UI@400949c It was related to issue Semantic-Org/Semantic-UI#1510, where it seemed to be fixed but the main cause was the `collapsing` class set to the cell column, which causes the width to be reduced to 1px to force the browser to reduce its width until the main occupied content got the minimum width. So, this PR actually reverts the fix for Semantic-Org/Semantic-UI#1510 and fixes the main cause correctly now. Closes #227
y0hami
pushed a commit
to fomantic/Fomantic-UI
that referenced
this issue
Dec 21, 2018
This one needs a bit of explanation: The main cause of this bug was introduced in 2014 by Semantic-Org/Semantic-UI@400949c It was related to issue Semantic-Org/Semantic-UI#1510, where it seemed to be fixed but the main cause was the `collapsing` class set to the cell column, which causes the width to be reduced to 1px to force the browser to reduce its width until the main occupied content got the minimum width. So, this PR actually reverts the fix for Semantic-Org/Semantic-UI#1510 and fixes the main cause correctly now. Closes #227
This comment was marked as spam.
This comment was marked as spam.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Screenshot
Code
The text was updated successfully, but these errors were encountered: