diff options
author | 2022-04-24 23:09:12 +0200 | |
---|---|---|
committer | 2022-04-24 23:09:12 +0200 | |
commit | e21230bbd9550ba3315607b021a60a4f9f9e1b61 (patch) | |
tree | e48f28ab72b097bbb7ad1d34882bbb534aea80fd /src/tools/html-entities/html-entities.vue | |
parent | 84cf1bb9645c5ae31579098df59471f7d99f6f0c (diff) | |
download | it-tools-e21230bbd9550ba3315607b021a60a4f9f9e1b61.tar.gz it-tools-e21230bbd9550ba3315607b021a60a4f9f9e1b61.tar.zst it-tools-e21230bbd9550ba3315607b021a60a4f9f9e1b61.zip |
refactor(responsive): row layout for multicards on big screens
Diffstat (limited to 'src/tools/html-entities/html-entities.vue')
-rw-r--r-- | src/tools/html-entities/html-entities.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/html-entities/html-entities.vue b/src/tools/html-entities/html-entities.vue index 13d5b6e..7481259 100644 --- a/src/tools/html-entities/html-entities.vue +++ b/src/tools/html-entities/html-entities.vue @@ -23,7 +23,6 @@ <n-button secondary @click="copyEscaped"> Copy </n-button> </n-space> </n-card> - <br /> <n-card title="Unescape html entities"> <n-form-item label="Your escaped string :"> <n-input |