diff --git a/changelog.md b/changelog.md index 16f06af6..b6910bf8 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,7 @@ - La description des Grizzal a des espaces - Corrections v13 - Affichage des images et noms d'objets en ligne + - affichage des compétences de créature sur une ligne ## 13.0.0 - Le début de l'errance d'Illysis diff --git a/css/foundryvtt-reve-de-dragon.css b/css/foundryvtt-reve-de-dragon.css index 39cf2bb1..a2bbf114 100644 --- a/css/foundryvtt-reve-de-dragon.css +++ b/css/foundryvtt-reve-de-dragon.css @@ -1540,6 +1540,8 @@ select, .system-foundryvtt-reve-de-dragon .list-item-label, .system-foundryvtt-reve-de-dragon .list-title-label { flex-grow: 2; + display: flex; + flex-direction: row; } .system-foundryvtt-reve-de-dragon .attribut-value, .system-foundryvtt-reve-de-dragon .carac-value { diff --git a/less/foundryvtt-reve-de-dragon.less b/less/foundryvtt-reve-de-dragon.less index 4a0af60e..4b9040f9 100644 --- a/less/foundryvtt-reve-de-dragon.less +++ b/less/foundryvtt-reve-de-dragon.less @@ -1225,6 +1225,8 @@ .list-item-label, .list-title-label { flex-grow: 2; + display: flex; + flex-direction: row; } .attribut-value, .carac-value {