Merge branch 110_extend_thirdparty into 'master'

This commit is contained in:
2021-08-19 12:19:00 +02:00
29 changed files with 657 additions and 518 deletions

View File

@@ -15,6 +15,7 @@ trait LoadAbstractNotificationsTrait
{
public function load(ObjectManager $manager)
{
return;
foreach ($this->notifs as $notif) {
$entityId = $this->getReference($notif['entityRef'])->getId();

View File

@@ -111,3 +111,8 @@ $chill-theme-buttons: (
}
}
}
// fix min-width on small pictos buttons
.btn-sm, .btn-group-sm > .btn {
min-width: 36px;
}

View File

@@ -51,6 +51,7 @@ div.flex-bloc {
flex-grow: 0; flex-shrink: 1; flex-basis: auto;
flex-direction: column;
margin: 0;
hyphens: auto;
div.item-row {
flex-grow: 1; flex-shrink: 1; flex-basis: auto;