fix(client) fixed icon height in containers (#41086)

* fix for the containers not having a fixed height and icon sizes
This commit is contained in:
Sem Bauke
2021-02-24 12:50:05 +01:00
committed by GitHub
parent 59a4cde9ed
commit 5a3903f4ec

View File

@ -313,6 +313,7 @@ fieldset[disabled] .btn-primary.focus {
.map-icon {
width: 35px;
max-height: 45px;
margin-right: 20px;
}
@ -328,6 +329,7 @@ fieldset[disabled] .btn-primary.focus {
}
.map-icon {
width: 45px;
max-height: 55px;
}
.cert-header-icon {
width: 100px;