UI bug fix

This commit is contained in:
sairaj mote 2023-03-12 00:28:52 +05:30
parent 51e450d08b
commit ad51090b6b
2 changed files with 2 additions and 1 deletions

View File

@ -62,6 +62,7 @@ smNotifications.innerHTML = `
margin-right: 0.5rem;
height: var(--icon-height);
width: var(--icon-width);
flex-shrink: 0;
}
h4:first-letter,
p:first-letter{

File diff suppressed because one or more lines are too long