Skip to content

Commit da8a159

Browse files
committed
[chores:ui] Restored default django form-row label width
This change was not playing well with the rest of the layout.
1 parent decdd28 commit da8a159

File tree

1 file changed

+0
-6
lines changed
  • django_loci/static/django-loci/css

1 file changed

+0
-6
lines changed

django_loci/static/django-loci/css/loci.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@ input[type="text"] {
6969
.form-row .leaflet-control-layers-expanded {
7070
padding: 6px 12px;
7171
}
72-
/* adjust label width for geometry field */
73-
.form-row.field-geometry label,
74-
.field-geometry.form-row label {
75-
min-width: auto;
76-
width: auto;
77-
}
7872
#floorplan_set-group {
7973
display: none;
8074
}

0 commit comments

Comments
 (0)