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
Tags 5.3.7
No related merge requests found
{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}">
<br/>
<table class="table table-striped table-bordered">
<table class="table table-striped table-bordered backend-preview-table">
<f:render partial="PluginDataTableHeader"/>
<tbody>
......
{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}">
<br/>
<table class="table table-striped table-bordered">
<table class="table table-striped table-bordered backend-preview-table">
<f:render partial="PluginDataTableHeader"/>
<tbody>
......
{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}">
<br/>
<table class="table table-striped table-bordered">
<table class="table table-striped table-bordered backend-preview-table">
<f:render partial="PluginDataTableHeader"/>
<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