Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur 2020-02-05 19:38:52 +01:00
commit f5129c87d2

View File

@ -1006,7 +1006,8 @@ div.fiche>form>div.div-table-responsive {
flex-grow: 1;
flex-shrink: 1;
/* flex-basis: 140px; */
min-width: 150px;
/* min-width: 150px; */
width: 158px;
justify-content: flex-start;
align-self: flex-start;
}