Fixes bug of login options table random resizing

This commit is contained in:
apapachristou 2019-06-05 18:15:36 +03:00
parent c5d2ebe8f8
commit 648fe1c139
3 changed files with 9 additions and 0 deletions

View File

@ -98,6 +98,7 @@
overflow: hidden;
top: -40px;
width: 100%;
min-height: 13vh;
padding: 25px;
border-radius: 3px;
background: rgb(0, 112, 192);

View File

@ -24,6 +24,10 @@ text-center {
padding: 30px 15px;
}
.card-desc {
min-height: 5vh;
}
::ng-deep .mat-paginator {
margin-top: 1em;
}

View File

@ -2,6 +2,10 @@ text-center {
text-align: center;
}
.card-desc {
min-height: 5vh;
}
.header-image {
background: url("/assets/images/public-dmps-bg.png") no-repeat;
background-size: cover;