Fix files select bar width when app sidebar is visible
This commit is contained in:
parent
03965053c3
commit
170259e840
|
@ -275,6 +275,11 @@ table.multiselect thead th {
|
|||
font-weight: bold;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
#app-content.with-app-sidebar table.multiselect thead{
|
||||
margin-right: 27%;
|
||||
}
|
||||
|
||||
table.multiselect #headerName {
|
||||
position: relative;
|
||||
width: 9999px; /* when we use 100%, the styling breaks on mobile … table styling */
|
||||
|
|
Loading…
Reference in New Issue