Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 751c57e

Browse files
committed
Add some padding to the Add button
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 52e1884 commit 751c57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/elements/_TagComposer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ limitations under the License.
2525

2626
.mx_AccessibleButton {
2727
min-width: 70px;
28-
padding: 0; // override from button styles
28+
padding: 0 8px; // override from button styles
2929
margin-left: 16px; // distance from <Field>
3030
}
3131

0 commit comments

Comments
 (0)