Skip to content

Commit

Permalink
Remove unnecessary fit-content
Browse files Browse the repository at this point in the history
These are not needed anymore, I even wonder if they were needed in the first place to begin with
  • Loading branch information
LunarX committed Jul 12, 2024
1 parent 3cf531a commit 84e82ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rich-html-editor/src/main/assets/editor_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html style="height: fit-content;">
<html>
<head>
<script type="text/javascript" src="file:///android_asset/link_detection.js"></script>
<script type="text/javascript" src="file:///android_asset/manage_links.js"></script>
<script type="text/javascript" src="file:///android_asset/define_listeners.js"></script>
<script type="text/javascript" src="file:///android_asset/focus_request.js"></script>
</head>
<body style="height: fit-content;">
<body>
<!-- The id of this HTML tag is shared across multiple files and needs to remain the same -->
<div contenteditable="true" id="editor" style="outline: none; min-height: 1rem;"></div>
</body>
Expand Down

0 comments on commit 84e82ce

Please sign in to comment.