Merge pull request #18380 from owncloud/files-sidebar-selectbar
Fix files select bar width when app sidebar is visible
This commit is contained in:
commit
67893ca839
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue