Sha256: 5a97f5bb0f51c8cf6e0e846ca9d61186a02f2b7a170799923fda6e8be879810f

Contents?: true

Size: 549 Bytes

Versions: 10

Compression:

Stored size: 549 Bytes

Contents

.select2-container--bootstrap {
  // This is required to ensure the select field is rendered at full width
  // within Bootstrap tabs that are hidden when the page is first loaded.
  // See: https://github.com/select2/select2/issues/4220
  width: 100% !important;
}

.date-select,
.datetime-select,
.time-select {
  select {
    display: inline-block;
    width: auto;
  }

  .select2-container--bootstrap {
    display: inline-block;
    width: auto !important;
  }
}

.control-label {
  display: block;

  & + .checkbox {
    margin-top: 0;
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
trestle-0.8.10 app/assets/stylesheets/trestle/components/_fields.scss
trestle-0.8.9 app/assets/stylesheets/trestle/components/_fields.scss
trestle-0.8.8 app/assets/stylesheets/trestle/components/_fields.scss
trestle-0.8.7 app/assets/stylesheets/trestle/components/_fields.scss
trestle-0.8.6 app/assets/stylesheets/trestle/components/_fields.scss
trestle-0.8.5 app/assets/stylesheets/trestle/components/_fields.scss
trestle-0.8.4 app/assets/stylesheets/trestle/components/_fields.scss
trestle-0.8.3 app/assets/stylesheets/trestle/components/_fields.scss
trestle-0.8.2 app/assets/stylesheets/trestle/components/_fields.scss
trestle-0.8.0 app/assets/stylesheets/trestle/components/_fields.scss