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:
commit
d05ef0115d
7
public/css/style.css
vendored
7
public/css/style.css
vendored
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user