Sha256: 30df0479485d41b980ccf32c3ef201b894eef7c82e875508a55339ff69f4cf0d

Contents?: true

Size: 220 Bytes

Versions: 1

Compression:

Stored size: 220 Bytes

Contents

/* In general we want buttons to use word wrap in the UI */
.btn {
  white-space: normal !important;
  word-wrap: break-word;
}

/* This is for the Go button */
#search-submit-header {
  white-space: unset !important;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zizia-6.0.1 app/assets/stylesheets/zizia/_button.scss