Skip to content

Commit 295f5d0

Browse files
committed
TASK: upgrade tailwind
1 parent 80a2222 commit 295f5d0

6 files changed

Lines changed: 424 additions & 755 deletions

File tree

Resources/Private/BackendFusion/Integration/Backend.Details.fusion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ prototype(Flowpack.DecoupledContentStore:DetailsFooter) < prototype(Neos.Fusion:
400400
}
401401

402402
renderer = afx`
403-
<div class="neos-footer">
403+
<div class="neos-footer !h-full">
404404
<Neos.Fusion:Link.Action href.action="details" href.arguments={{contentReleaseIdentifier: detailsData.contentReleaseIdentifier.identifier}} class="neos-button">
405405
<i class="fa fa-sync"></i> Reload
406406
</Neos.Fusion:Link.Action>

Resources/Private/BackendFusion/Integration/Backend.Index.fusion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Flowpack.DecoupledContentStore.BackendController.index = Neos.Fusion:Component {
103103
Cancel running release
104104
</button>
105105

106-
<div class="neos-footer h-full">
106+
<div class="neos-footer !h-full">
107107
<Flowpack.DecoupledContentStore:ListFooter />
108108
</div>
109109
</div>

0 commit comments

Comments
 (0)