@softwareone/spi-sv5-library 1.5.0 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -144,7 +144,6 @@
|
|
|
144
144
|
<Spinner show={isLoading} />
|
|
145
145
|
|
|
146
146
|
<form
|
|
147
|
-
class="w-full"
|
|
148
147
|
id="form"
|
|
149
148
|
method="POST"
|
|
150
149
|
action="?/{action}"
|
|
@@ -153,3 +152,9 @@
|
|
|
153
152
|
>
|
|
154
153
|
{@render children()}
|
|
155
154
|
</form>
|
|
155
|
+
|
|
156
|
+
<style>
|
|
157
|
+
form {
|
|
158
|
+
width: 100%;
|
|
159
|
+
}
|
|
160
|
+
</style>
|