#38712 closed defect (bug) (fixed)
Button "Choose from the most used tags" is centerd
Reported by: | f.staude | Owned by: | afercia |
---|---|---|---|
Milestone: | 4.8 | Priority: | normal |
Severity: | normal | Version: | 4.7 |
Component: | Editor | Keywords: | has-patch |
Focuses: | ui | Cc: |
Description
The button "Choose from the most used tags" is centerd when the string is to long for one row.
In the german translation the string "Wähle aus den meistgenutzten Schlagwörter" uses to rows so the button is centerd.
Attachments (5)
Change History (14)
#2
@
8 years ago
- Milestone changed from Awaiting Review to Future Release
Thanks for this and the patch @f.staude - looks to me like this would make an excellent ticket to be included in a future release.
I agree with the idea of text-aligning left to fix this. I do wonder, is this the only place that has the issue? I'm wondering if any other links like this do.
#3
@
8 years ago
It is the only place we have seen that is changed from a a href in 4.6 to a button tag in 4.7
#4
@
8 years ago
It's not the only place this could happen looking at the code, but will be the only place where it can happen, because it's a longer string. Other occurences of <button class="button-link" type="button">
are like "Update now", which in most languages should not produce breaking lines (but I don't know). Another occurence of the example is to be seen in "Press this", btw.
So I wonder if we better patch .button-link
with text-align: left;
instead of just the tagcloud related .tagcloud-link.button-link
.
Dialog en