Advertisement
fauzanjeg

temporary fix for breadcrumb on RTL mode

Nov 2nd, 2021
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.11 KB | None | 0 0
  1. /* temporary fix for breadcrumb on RTL mode */
  2. .rtl #breadcrumbs .fa-angle-right:before {
  3.     content: "\F104";
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement