/* Fix button icon/text gap: https://github.com/ckan/ckan/pull/7470 */

.btn {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
}
