Explorar el Código

Merge pull request #2976 from netchampfaris/ui-fixes

[fix] list view assign to area
version-14
Nabin Hait hace 8 años
committed by GitHub
padre
commit
84798ea48b
Se han modificado 2 ficheros con 8 adiciones y 13 borrados
  1. +4
    -6
      frappe/public/css/list.css
  2. +4
    -7
      frappe/public/less/list.less

+ 4
- 6
frappe/public/css/list.css Ver fichero

@@ -153,15 +153,13 @@
.filterable { .filterable {
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
width: 100%;
}
.col-sm-2 .filterable {
max-width: 90px;
} }
.col-sm-3 .filterable {
.col-sm-2:not(.list-row-right) .filterable,
.col-sm-3:not(.list-row-right) .filterable {
max-width: 145px; max-width: 145px;
overflow: hidden;
width: 100%;
} }
.doclist-row .label { .doclist-row .label {
margin-right: 8px; margin-right: 8px;


+ 4
- 7
frappe/public/less/list.less Ver fichero

@@ -190,17 +190,14 @@
.filterable { .filterable {
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
width: 100%;
}

.col-sm-2 .filterable {
max-width: 90px;
} }


.col-sm-3 .filterable {
.col-sm-2:not(.list-row-right) .filterable,
.col-sm-3:not(.list-row-right) .filterable {
max-width: 145px; max-width: 145px;
overflow: hidden;
width: 100%;
} }






Cargando…
Cancelar
Guardar