fix: replace auto complete with drop down for content-types - fixed #1704

This commit is contained in:
liyasthomas
2021-06-06 20:56:56 +05:30
parent 538600354d
commit 45b9f2e1bf
2 changed files with 31 additions and 6 deletions

View File

@@ -441,7 +441,7 @@ input[type="radio"],
@apply flex-1;
}
.method,
.drop-down-input,
.url-field,
kbd,
select,
@@ -470,9 +470,8 @@ code {
}
}
.method {
.drop-down-input {
@apply cursor-pointer;
@apply uppercase;
@apply rounded-none;
min-width: 128px;