Fix height of Participants table header
This commit is contained in:
parent
6f8465e9a8
commit
4794dde5de
2 changed files with 2 additions and 2 deletions
|
@ -1112,7 +1112,7 @@ td.topalign {
|
|||
|
||||
#eventedit .edit-attendees-table th.invite,
|
||||
#eventedit .edit-attendees-table td.invite {
|
||||
width: 44px;
|
||||
width: 50px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
|
|
|
@ -957,7 +957,7 @@ a.morelink:hover {
|
|||
|
||||
#taskedit .edit-attendees-table th.invite,
|
||||
#taskedit .edit-attendees-table td.invite {
|
||||
width: 48px;
|
||||
width: 50px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue