Fixed preview icon size of pictoObject in all icon select dropdown

This commit is contained in:
Rooty 2020-12-13 21:53:34 +01:00
parent 0586872f1a
commit 37ec21f448

View File

@ -758,6 +758,12 @@ textarea.form-control {
resize:none;
}
textarea.form {
min-height: 70px;
min-width: 250px;
resize:none;
}
.form-group {
margin-bottom: 30px;
}
@ -940,6 +946,10 @@ form#authSession.form div.input-group-prepend span i.fa{
margin-left: 6px;
}
#data form span img#pictoObject {
max-width: 22px;
}
#footerpartnersprint {
margin-left: auto;
margin-right: auto;