changing vertical-align of table cells to top
This commit is contained in:
parent
65a3a21d11
commit
fe87e6ab1c
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ p:last-child {
|
||||||
}
|
}
|
||||||
td {
|
td {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
.OxSelectable {
|
.OxSelectable {
|
||||||
-moz-user-select: text;
|
-moz-user-select: text;
|
||||||
|
|
Loading…
Reference in a new issue