mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Rendering of buttons on app catalog page was broken because of previous change
This commit is contained in:
parent
d4f2021177
commit
b54b607c51
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,7 @@ body {
|
|||
}
|
||||
|
||||
.btn {
|
||||
& + .btn {margin-left: 8px;margin-right: 8px;}
|
||||
& + .btn {margin-left: 8px; margin-right: 8px;}
|
||||
}
|
||||
button {
|
||||
&:extend(.btn all);
|
||||
|
@ -648,6 +648,7 @@ input[type='radio'].nice-radio {
|
|||
width: 100%;
|
||||
.btn{
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue