Commit 4ccb5d39 authored by Ido Henri Mamia's avatar Ido Henri Mamia
Browse files

Code blocks should be in LTR layout for all layouts

parent 16b218e6
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</script> </script>
{#if code} {#if code}
<div class="mb-4"> <div class="mb-4" dir="ltr">
<div <div
class="flex justify-between bg-[#202123] text-white text-xs px-4 pt-1 pb-0.5 rounded-t-lg overflow-x-auto" class="flex justify-between bg-[#202123] text-white text-xs px-4 pt-1 pb-0.5 rounded-t-lg overflow-x-auto"
> >
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment