Sha256: 9e675269195af30f3b0b0871f250d1e1a0c474158f1752c6dee12257c1f36c8e

Contents?: true

Size: 178 Bytes

Versions: 7

Compression:

Stored size: 178 Bytes

Contents

// Convert input groups to use flexbox instead of table layout.

.input-group {
  display: flex;
}

.input-group-addon {
  width: auto;
  display: flex;
  align-items: center;
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
trestle-0.8.7 app/assets/stylesheets/trestle/components/_input-group.scss
trestle-0.8.6 app/assets/stylesheets/trestle/components/_input-group.scss
trestle-0.8.5 app/assets/stylesheets/trestle/components/_input-group.scss
trestle-0.8.4 app/assets/stylesheets/trestle/components/_input-group.scss
trestle-0.8.3 app/assets/stylesheets/trestle/components/_input-group.scss
trestle-0.8.2 app/assets/stylesheets/trestle/components/_input-group.scss
trestle-0.8.0 app/assets/stylesheets/trestle/components/_input-group.scss