Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix bug with width in translation unit details block
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Feb 27, 2012
1 parent 84c108b commit 803cdf4
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -290,6 +290,9 @@ td.TableEditorCell-Target {
overflow-x: auto;
display: block;
}
div.TransUnitDetail-Wrapper {
width: 450px;
}
}

.TableEditorCell-Source-Table {
Expand All @@ -300,7 +303,7 @@ td.TableEditorCell-Target {
}

.TransUnitDetail-Wrapper {
width: 450px;
width: 90%;
}

tr.TableEditorRow.highlighted td.TableEditorCell {
Expand Down

0 comments on commit 803cdf4

Please sign in to comment.