1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed text appearance for single cell

This commit is contained in:
Fedor Katurov 2019-11-15 15:25:51 +07:00
parent 51fcaa3ae0
commit e51f185dd0
2 changed files with 4 additions and 2 deletions

View file

@ -38,6 +38,9 @@
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
p {
margin-bottom: $gap;
}