Columns should top align

This commit is contained in:
Andy Williams 2017-07-15 23:16:30 +01:00
parent 188fbe7982
commit 21252a576b
1 changed files with 4 additions and 0 deletions

View File

@ -682,6 +682,10 @@ table {
box-shadow: none;
}
table.columns-plugin td {
vertical-align: top;
}
#ircbubble {
background-color: #181818;
border-radius: 10px;