1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed notes container

This commit is contained in:
Fedor Katurov 2022-09-21 12:28:29 +07:00
parent 8fc06a4819
commit 3856e6d22d

View file

@ -1,4 +1,4 @@
@import "src/styles/variables";
@import 'src/styles/variables';
.grid {
display: flex;
@ -23,4 +23,5 @@
flex: 1 1;
overflow: auto;
padding: 10px;
width: 100%;
}