13 lines
200 B
CSS
13 lines
200 B
CSS
/**
|
|
* @package ogre-captcha
|
|
* @author cleverogre
|
|
* @copyright 2026 CleverOgre
|
|
* @license GLP-3.0-or-later
|
|
* @version 1.1.2
|
|
* @since 1.1.2
|
|
*/
|
|
|
|
:root :where(cap-widget) {
|
|
flex-basis: 100%;
|
|
}
|