.view-links > span { display: block; white-space: nowrap; cursor: pointer; } .downloads, .download-links, .download-table td { & > * { display: inline-block; margin-right: 1ex; margin-bottom: 1ex; cursor: pointer; } } .download-table th, .download-table td { border: none !important; } .downloads, .view-links { & > .selected { color: var(--link); } } .text-and-file { position:relative; textarea { width: 100%; } input[type="file"] { position:absolute; bottom:0;right:0; } }