mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
7dd224d2a4
Instead of applying it to generic alignment classes like "left" and "right", make it clear that those are targeted at all contents of the button row.
4 lines
145 B
Scheme
4 lines
145 B
Scheme
<div class="addNewGridFieldButton ss-gridfield-buttonrow">
|
|
<div class="left">$LeftFragment</div>
|
|
<div class="right">$RightFragment</div>
|
|
</div> |