Forum Login
Bug with text-transform-style
- Fred O.
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 24
- Thank you received: 1
5 years 11 months ago #59
by Fred O.
Bug with text-transform-style was created by Fred O.
Hello,
I think there is a little bug with text-transform.
In the backend, the text is displayed incorrectly as in screen-1.
In the override language file, the text is correct.
It may be that there is a style too much somewhere or a spelling mistake.
text-transform: capitalize;
to
text-transform: none;
or
text-transform: uppercase;
Best regards
Fred
I think there is a little bug with text-transform.
In the backend, the text is displayed incorrectly as in screen-1.
In the override language file, the text is correct.
It may be that there is a style too much somewhere or a spelling mistake.
text-transform: capitalize;
to
text-transform: none;
or
text-transform: uppercase;
Best regards
Fred
Please Log in or Create an account to join the conversation.
- Rainy
- Offline
- Administrator
-
5 years 11 months ago #62
by Rainy
Replied by Rainy on topic Bug with text-transform-style
Hello,
This is not a bug, this is a styling by CSS. media/com_easyshop/css/easyshop.default-backend.css line 382.
So you can override it.
P/s: move to General Discuss
This is not a bug, this is a styling by CSS. media/com_easyshop/css/easyshop.default-backend.css line 382.
#es-dashboard .es-tile p {
font-size: 16px;
margin: 15px 0 35px 0;
text-transform: capitalize;
}
So you can override it.
P/s: move to General Discuss
Please Log in or Create an account to join the conversation.
Moderators: Rainy