Fix the keyword height issue

Former-commit-id: 587d0cdf0d8f36750ba31ba1a7e0d8e0bac2dc7d
This commit is contained in:
Physton
2023-05-20 09:57:00 +08:00
parent 1e550c27be
commit 60bdda443f
5 changed files with 6 additions and 4 deletions

View File

@@ -1 +1 @@
55c27423d2814b7945e68a196eca1cd1a3602f71
68e0962c7aaa0bb218bee0d259292e0ed3dec93b

View File

@@ -1 +1 @@
87ff76cd86a3c7b84b46332722953ace0e5692b1
455f600510e835cab8f0bce5cbebbffed6bd197e

View File

@@ -1 +1 @@
64bad1fc689d86fa80989544fdfa5972e9f68490
082e625e9bdbdf26db28330cecba4a79a5de567e

View File

@@ -529,6 +529,7 @@
align-items: center;
position: relative;
border-radius: 4px;
min-height: 26px;
.prompt-tag-value {
width: calc(100% - 16px);
@@ -609,6 +610,7 @@
font-size: 0.9rem;
padding: 4px;
background: transparent;
min-height: 26px;
}
.btn-tag-delete {

2
styles/main.min.css vendored

File diff suppressed because one or more lines are too long