Sha256: 9f3c462ec7266ed989ba73f85402aba6cb3f2ee152bf5dfcba92f320b0cae991
Contents?: true
Size: 846 Bytes
Versions: 20
Compression:
Stored size: 846 Bytes
Contents
body.controller_groups { &.action_show { table.translations { width: 100%; table-layout: fixed; thead > tr, tbody > tr { td:first-child, th:first-child { width: 350px; } } tbody > tr { td.translation-key { .translation-key-text { overflow-x: auto; } } td.line-content .container { font-family: Monospace; border: 1px solid black; background-color: lightgrey; padding: 5px; overflow-x: auto; pre { margin: 0px; } } td.line-spacer { height: 10px; } td.translation { .translation-input { width: 100%; box-sizing: border-box; } } } } } }
Version data entries
20 entries across 20 versions & 1 rubygems