Bug fixes

This commit is contained in:
sairaj mote 2023-05-11 01:48:04 +05:30
parent ff058382b6
commit 62fba8fda6
2 changed files with 2 additions and 3 deletions

View File

@ -432,13 +432,12 @@ smOption.innerHTML = `
}
.option{
position: relative;
display: grid;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
gap: 0.5rem;
grid-template-columns: max-content minmax(0, 1fr);
padding: var(--padding, 0.6rem 1rem);
cursor: pointer;
outline: none;

File diff suppressed because one or more lines are too long