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:
@ -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;
|
||||
|
Reference in New Issue
Block a user