styles: fix class names

This commit is contained in:
Antonella Sgarlatta
2021-05-05 11:49:15 -03:00
parent e5750e88c6
commit 63cb7195cb
2 changed files with 5 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ export const NotesOptionsPanel = observer(({ appState }: Props) => {
style={{ style={{
...position, ...position,
}} }}
className="sn-dropdown sn-dropdown-anchor-right flex flex-col py-2 max-w-265" className="sn-dropdown sn-dropdown-anchor-right flex flex-col py-2 max-w-265px"
> >
<NotesOptions <NotesOptions
appState={appState} appState={appState}

View File

@@ -90,6 +90,10 @@
max-width: 20rem; max-width: 20rem;
} }
.max-w-265px {
max-width: 265px;
}
.h-32px { .h-32px {
height: 32px; height: 32px;
} }