Skip to content

Commit

Permalink
fix: layout updates on 2d rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Sep 10, 2024
1 parent 6d15b0d commit ef0ecdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/livewire/molecule-depict2d.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div x-data="{ toolkit: @entangle('toolkit'), options: @entangle('options') }">
<fieldset x-show="options" class="px-4 w-full">
<div class="mt-4 grid grid-cols-1 gap-y-6 sm:grid-cols-3 sm:gap-x-4">
<div class="mt-4 grid grid-cols-3 gap-y-6 gap-x-1 sm:grid-cols-3 sm:gap-x-4">
<label @click="toolkit= 'cdk'" aria-label="Newsletter"
aria-description="Last message sent an hour ago to 621 users"
class="relative flex cursor-pointer rounded-lg bg-white p-3 focus:outline-none">
Expand Down

0 comments on commit ef0ecdc

Please sign in to comment.