@nextcloud/vue
Version:
Nextcloud vue components
21 lines • 560 B
CSS
/**
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
/**
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
/*
* Ensure proper alignment of the vue material icons
*/
._material-design-icon_14z4o_12 {
display: flex;
align-self: center;
justify-self: center;
align-items: center;
justify-content: center;
}
._radioGroup_checkboxRadioContainer_14z4o_20 .checkbox-content {
max-width: unset ;
}