You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is when dealing with rtl languages your custom css override the rtl.css file
The Only problem I have seen where with label going all the way to the left
Here is a quick fix
.alignedlabel {
display: block;
padding:3px10px00;
float: left; /*delete this line to fix the problem line:66*/width:8em;
}
after deleting the cause of this problem float:left;
The problem is when dealing with rtl languages your custom css override the rtl.css file
The Only problem I have seen where with label going all the way to the left
Here is a quick fix
after deleting the cause of this problem
float:left;
This is working well with rtl languages
The text was updated successfully, but these errors were encountered: