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:
parent
48cce8f127
commit
5edcfaf4e2
2 changed files with 14 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue