Skip to content

Commit

Permalink
MID-4513 style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Apr 23, 2018
1 parent 80f5308 commit ddf39d2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Expand Up @@ -31,7 +31,7 @@ <h3 class="box-title" style="margin-right: 35px;">
</div>

<div wicket:id="body" class="box-body no-padding">
<table class="table table-striped table-hover table-bordered" wicket:id="itemsTable">
<table class="table table-striped table-hover table-bordered table-word-break" wicket:id="itemsTable">
<tr>
<th><wicket:message key="ScenePanel.item"/></th>
<th wicket:id="oldValueLabel"><wicket:message key="ScenePanel.oldValue"/></th>
Expand Down
Expand Up @@ -46,6 +46,20 @@
}
}

.table-word-break {
> thead,
> tbody,
> tfoot {
> tr {
> th,
> td {
word-break: break-all;
max-width: 40%;
}
}
}
}

.table.no-border {
&,
td,
Expand Down

0 comments on commit ddf39d2

Please sign in to comment.