Skip to content
Snippets Groups Projects
Commit 8c4e668f authored by Tim Wagner's avatar Tim Wagner
Browse files

[BUGFIX] Enable line-wraps in backend preview tables

parent b3efe7f2
No related branches found
No related tags found
No related merge requests found
{namespace be=TYPO3\CMS\Backend\ViewHelpers} {namespace be=TYPO3\CMS\Backend\ViewHelpers}
<style type="text/css">
.backend-preview-table > tbody > tr > th {
white-space: normal;
}
</style>
<be:link.editRecord table="tt_content" uid="{uid}"> <be:link.editRecord table="tt_content" uid="{uid}">
<br/> <br/>
<table class="table table-striped table-bordered"> <table class="table table-striped table-bordered backend-preview-table">
<f:render partial="PluginDataTableHeader"/> <f:render partial="PluginDataTableHeader"/>
<tbody> <tbody>
......
{namespace be=TYPO3\CMS\Backend\ViewHelpers} {namespace be=TYPO3\CMS\Backend\ViewHelpers}
<style type="text/css">
.backend-preview-table > tbody > tr > th {
white-space: normal;
}
</style>
<be:link.editRecord table="tt_content" uid="{uid}"> <be:link.editRecord table="tt_content" uid="{uid}">
<br/> <br/>
<table class="table table-striped table-bordered"> <table class="table table-striped table-bordered backend-preview-table">
<f:render partial="PluginDataTableHeader"/> <f:render partial="PluginDataTableHeader"/>
<tbody> <tbody>
......
{namespace be=TYPO3\CMS\Backend\ViewHelpers} {namespace be=TYPO3\CMS\Backend\ViewHelpers}
<style type="text/css">
.backend-preview-table > tbody > tr > th {
white-space: normal;
}
</style>
<be:link.editRecord table="tt_content" uid="{uid}"> <be:link.editRecord table="tt_content" uid="{uid}">
<br/> <br/>
<table class="table table-striped table-bordered"> <table class="table table-striped table-bordered backend-preview-table">
<f:render partial="PluginDataTableHeader"/> <f:render partial="PluginDataTableHeader"/>
<tbody> <tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment