mirror of https://github.com/vector-im/riot-web
Add some padding to the Add button
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
52e1884bbd
commit
751c57ecc2
|
@ -25,7 +25,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_AccessibleButton {
|
.mx_AccessibleButton {
|
||||||
min-width: 70px;
|
min-width: 70px;
|
||||||
padding: 0; // override from button styles
|
padding: 0 8px; // override from button styles
|
||||||
margin-left: 16px; // distance from <Field>
|
margin-left: 16px; // distance from <Field>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue