DW FR dynamic action roll display fix (#6487)

This commit is contained in:
Natha
2020-05-18 13:47:26 -05:00
committed by GitHub
parent 755315e180
commit 991155dfd0
+4 -1
View File
@@ -487,7 +487,8 @@ input[type="checkbox"].sheet-dispcheck:checked ~ div.sheet-dispcheck {
div.sheet-dispactionjet{
display: none;
}
input[type="checkbox"].sheet-selcheck:checked + div.sheet-dispactionjet{
input[type="checkbox"].sheet-selcheck:checked + div.sheet-dispactionjet
, input[type="checkbox"].sheet-selcheck:checked + span + div.sheet-dispactionjet {
display: block;
}
div.sheet-dispdegmod{
@@ -550,6 +551,8 @@ span.sheet-action {
div.sheet-actionligne {
display: flex;
align-items: baseline;
flex-flow: row wrap;
width: 100%;
}
div.sheet-actionligne span {
white-space: nowrap;