1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 21:06:42 +07:00

fixed text display criteria

This commit is contained in:
Fedor Katurov 2019-10-31 14:05:29 +07:00
parent 48cce8f127
commit 5edcfaf4e2
2 changed files with 14 additions and 7 deletions

View file

@ -182,9 +182,9 @@
.vertical > &.has_text {
top: auto;
bottom: 0;
height: 50%;
max-height: 50%;
max-width: 100%;
// height: auto;
height: auto;
width: auto;
padding: ($grid_line / 2) $grid_line $grid_line $grid_line;
}
@ -203,9 +203,9 @@
.quadro > &.has_text {
padding: ($grid_line / 2) ($grid_line / 2) $grid_line $grid_line;
top: auto;
height: 50%;
max-height: 50%;
max-width: 50%;
// height: auto;
height: auto;
width: auto;
bottom: 0;
left: 0;