13 lines
194 B
CSS
13 lines
194 B
CSS
|
/*
|
||
|
|
||
|
This CSS file will be included with your plugin, and
|
||
|
available in the app when your plugin is enabled.
|
||
|
|
||
|
If your plugin does not need CSS, delete this file.
|
||
|
|
||
|
*/
|
||
|
|
||
|
.arn-input {
|
||
|
width: 100%;
|
||
|
}
|