Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
TYPO3
df_tabs
Commits
d6ddc208
Commit
d6ddc208
authored
Nov 25, 2020
by
Tim Wagner
Browse files
[BUGFIX] Enable line-wraps in backend preview tables
parent
a91f51f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Resources/Private/Templates/Backend/Tabs.html
View file @
d6ddc208
{namespace be=TYPO3\CMS\Backend\ViewHelpers}
{namespace core=TYPO3\CMS\Core\ViewHelpers}
<style
type=
"text/css"
>
.backend-preview-table
>
tbody
>
tr
>
th
{
white-space
:
normal
;
}
</style>
<br/>
<table
class=
"table table-striped table-bordered"
>
<table
class=
"table table-striped table-bordered
backend-preview-table
"
>
<f:render
partial=
"PluginDataTableHeader"
/>
<tbody>
<tr>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment