{{{
319 #changelist .actions label {
320 /* display: inline-block; */
321 vertical-align: middle;
322 font-size: 13px;
323 }
}}}
Thank you!
--
Ticket URL: <https://code.djangoproject.com/ticket/25870>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "Screen Shot 2015-12-05 at 21.44.29.png" added.
* Attachment "after_commenting.png" added.
* cc: elky (added)
* needs_better_patch: => 0
* needs_docs: => 0
* needs_tests: => 0
* stage: Unreviewed => Accepted
Comment:
elky, can you check it? That line seems to from django-flat-theme.
--
Ticket URL: <https://code.djangoproject.com/ticket/25870#comment:1>
Comment (by elky):
Replying to [ticket:25870 igorcc]:
Can you provide more info please? Browser and OS.
Are you 100% sure that any 3rd party app doesn't override this styles?
--
Ticket URL: <https://code.djangoproject.com/ticket/25870#comment:2>
Comment (by igorcc):
Replying to [comment:2 elky]:
> Replying to [ticket:25870 igorcc]:
> Can you provide more info please? Browser and OS.
> Are you 100% sure that any 3rd party app doesn't override this styles?
I'm using Firefox 42.0 along with iOS 10.9.5.
Before I submitted a bug a tested it in Safari 9.0.1 and last Chrome.
The misbehaviour was the same in every browser.
I suppose it's because that the length of an action button with Russian
word is quite long.
Anyway, commenting the line "display: inline-block;" out works fine for
me.
Hope that helps.
Thank you!
--
Ticket URL: <https://code.djangoproject.com/ticket/25870#comment:3>
Comment (by elky):
Can't reproduce it.
Could you try to test it on fully clean Django project? (without any other
apps)
--
Ticket URL: <https://code.djangoproject.com/ticket/25870#comment:4>
Comment (by igorcc):
Clean app works fine.
I rummaged over the html code and found that an old bootstrap 2 css file
flows in there.
When I remove it from code everything works fine. Except our custom
widgets. ;-)
That's our fault.
Thank you!
--
Ticket URL: <https://code.djangoproject.com/ticket/25870#comment:5>
* status: new => closed
* resolution: => worksforme
--
Ticket URL: <https://code.djangoproject.com/ticket/25870#comment:6>