darabos commited on
Commit
84f3d9c
·
1 Parent(s): e9736a6

Align table cells to top.

Browse files
Files changed (1) hide show
  1. lynxkite-app/web/src/index.css +1 -0
lynxkite-app/web/src/index.css CHANGED
@@ -325,6 +325,7 @@ body {
325
  .table-viewer {
326
  td {
327
  padding: 5px 10px;
 
328
  }
329
 
330
  .image-in-table {
 
325
  .table-viewer {
326
  td {
327
  padding: 5px 10px;
328
+ vertical-align: top;
329
  }
330
 
331
  .image-in-table {