Code blocks should be in LTR layout for all layouts

This commit is contained in:
Ido Henri Mamia 2024-05-16 23:27:33 +03:00
parent 16b218e686
commit 4ccb5d39c7

View File

@ -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"
> >