1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-25 11:52:29 +01:00

Merge pull request #140 from Junker/fix-conversations-table-checkbox

fix: make conversations checkbox clickable for mobile version
This commit is contained in:
FreeScout 2018-11-20 15:48:57 +03:00 committed by GitHub
commit d05ef0115d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1261,6 +1261,11 @@ table.table-conversations td.conv-attachment {
.table-conversations .conv-fader {
width: 80px;
}
.table-conversations td.conv-date
{
left: 28px;
width: calc(100% - 28px);
}
.conv-owner {
display: none!important;
}
@ -1270,7 +1275,7 @@ table.table-conversations td.conv-attachment {
.conv-customer {
position: absolute;
top: 0;
padding-left: 28px!important;
margin-left: 28px!important;
}
.conv-customer a {
width: 350px;