style: set correct margins for "Advanced Options" button
This commit is contained in:
@@ -277,7 +277,7 @@ const Authentication = observer(({
|
|||||||
<div className="sk-panel-row" />
|
<div className="sk-panel-row" />
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
className="sk-a info font-bold text-left p-0 hover-text-underline"
|
className="sk-a info font-bold text-left p-0 hover-text-underline mr-1 ml-1"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setShowAdvanced(!showAdvanced);
|
setShowAdvanced(!showAdvanced);
|
||||||
}}>
|
}}>
|
||||||
|
|||||||
Reference in New Issue
Block a user