Skip to content

Commit 3abe87c

Browse files
committed
TASK: adjust tailwind config to always set important styles
1 parent f9f7131 commit 3abe87c

4 files changed

Lines changed: 277 additions & 151944 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ and what data to delete if a release is removed.
363363
- Adding a flash message
364364
```
365365
// ActionController
366-
$this->addFlashMessage('warning', Error\Message::SEVERITY_WARNING);
366+
$this->addFlashMessage('sth important you have to say');
367367
```
368368

369369
## Development

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">
106+
<div class="neos-footer h-full">
107107
<Flowpack.DecoupledContentStore:ListFooter />
108108
</div>
109109
</div>

0 commit comments

Comments
 (0)