Sha256: eaf696255d428da17c31da7edd844895f6be98de68c530d6098ff4b92dec4143
Contents?: true
Size: 468 Bytes
Versions: 1
Compression:
Stored size: 468 Bytes
Contents
// TableObject is a module for creating dynamically resizable elements that // always sit on the same horizontal line (e.g., they never wrap). Using // tables means it's cross browser friendly. .TableObject { display: table; } // Place this on every "cell" .TableObject-item { display: table-cell; width: 1%; white-space: nowrap; vertical-align: middle; } // Place this on the largest or most important "cell" .TableObject-item--primary { width: 99%; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
primery-0.1.0 | _sass/@primer/css/table-object/table-object.scss |