fix multiselect bar offset on shared page
This commit is contained in:
parent
fdfc5c67f8
commit
3d8031564e
|
@ -28,8 +28,9 @@
|
||||||
max-width:100%;
|
max-width:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* fix multiselect bar offset on shared page */
|
||||||
thead {
|
thead {
|
||||||
padding-left: 0 !important; /* fixes multiselect bar offset on shared page */
|
left: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#data-upload-form {
|
#data-upload-form {
|
||||||
|
|
Loading…
Reference in New Issue