-
Notifications
You must be signed in to change notification settings - Fork 6
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
hero-unit: fix redesign issues #5409
Conversation
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.
coolio! nice catch on the width issue, that passed me by, just a note about class names and the linting, but soon linting will be mostly done! (hopefully)
meinberlin/apps/projects/templates/meinberlin_projects/project_detail.html
Outdated
Show resolved
Hide resolved
meinberlin/apps/projects/templates/meinberlin_projects/project_detail.html
Outdated
Show resolved
Hide resolved
Oh and no double up with the tabs PR by the way, thought I wrote that somewhere but it seems lost now?! |
1c6e9da
to
9477c80
Compare
9477c80
to
d38319a
Compare
@@ -1,10 +1,16 @@ | |||
.follow__container > span { | |||
width: 100%; | |||
} |
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.
@hom3mad3 this span is the data widget from the template ta hence no class and as it is an inline element it had a limited width (i think anyway) so it was also limiting the nested elements
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.
perfect! :) will approve and should auto merge after CI
hero-unit: redesign fixes
possible duplicate of: #5406 and #5404
Tasks