Skip to content
Snippets Groups Projects
Select Git revision
  • 2288c5f954d190e91f9f41a834f69d529d9aa443
  • main default protected
  • renovate/djangorestframework-3.x
  • renovate/django-5.x
  • renovate/django-bootstrap5-25.x
  • renovate/django-debug-toolbar-6.x
  • renovate/jsonschema-4.x
  • koma/feature/preference-polling-form
8 results

_helpers.scss

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    custom.css 347 B
    .form-group.required {
        font-weight: bold;
    }
    
    .form-text.text-muted {
        font-size: 12px;
    }
    
    #id_description {
        height: 100px;
    }
    
    #id_notes {
        height: 150px;
    }
    
    #id_durations {
        height: 75px;
    }
    
    #id_category {
        width: 150px;
    }
    
    #id_present {
        width: 150px;
    }
    
    .breakWord {
        word-break: normal;
        overflow-wrap: anywhere;
    }