@tiledesk/tiledesk-voice-twilio-connector 0.1.26-rc3 → 0.1.26-rc5
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.
package/package.json
CHANGED
|
@@ -106,6 +106,9 @@ ul {
|
|
|
106
106
|
margin-top: 20px;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
+
.form-group {
|
|
110
|
+
margin-bottom: 15px;
|
|
111
|
+
}
|
|
109
112
|
|
|
110
113
|
.input-label {
|
|
111
114
|
margin-bottom: 5px;
|
|
@@ -133,7 +136,7 @@ ul {
|
|
|
133
136
|
padding: 0px 8px;
|
|
134
137
|
cursor: pointer;
|
|
135
138
|
margin-top: 12px;
|
|
136
|
-
margin-left: -
|
|
139
|
+
margin-left: -66px;
|
|
137
140
|
font-size: 18px;
|
|
138
141
|
}
|
|
139
142
|
|