Skip to content

Commit

Permalink
#187: Article content editor border removed
Browse files Browse the repository at this point in the history
  • Loading branch information
alimranahmed committed Sep 21, 2024
1 parent ff78f45 commit 9c468cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions public/build/assets/app-Dl9rd-VE.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/build/assets/app-UJep8Rc5.css

This file was deleted.

2 changes: 1 addition & 1 deletion public/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resources/css/app.css": {
"file": "assets/app-UJep8Rc5.css",
"file": "assets/app-Dl9rd-VE.css",
"src": "resources/css/app.css",
"isEntry": true
},
Expand Down
4 changes: 2 additions & 2 deletions resources/views/livewire/backend/article/form.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class="inline text-xs py-1 px-1 rounded-tr cursor-pointer bg-indigo-300 text-sla
</div>
</div>

<x-backend.form.textarea class="w-full rounded-br"
<x-backend.form.textarea class="w-full border-x-0 border-y outline-none"
:rounded="false"
required
name="articleData.content"
Expand All @@ -75,7 +75,7 @@ class="inline text-xs py-1 px-1 rounded-tr cursor-pointer bg-indigo-300 text-sla
placeholder="Write your article here..."></x-backend.form.textarea>

<!-- Content Preview -->
<div class="border border-indigo-300 w-full rounded-br"
<div class="border border-indigo-300 w-full border-x-0 border-y"
x-show="editor_functions.preview"
style="display: none">
<div class="max-w-2xl mx-auto px-5 py-5">
Expand Down

0 comments on commit 9c468cf

Please sign in to comment.