mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
whitespace
This commit is contained in:
parent
7f53f82f0d
commit
b33c3fcd0d
@ -1,6 +1,6 @@
|
|||||||
(function(){
|
(function(){
|
||||||
|
|
||||||
Sidebar = Base.extend({
|
Sidebar = Base.extend({
|
||||||
|
|
||||||
$body: null,
|
$body: null,
|
||||||
$overlay: null,
|
$overlay: null,
|
||||||
@ -43,8 +43,8 @@ Sidebar = Base.extend({
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
window.Sidebar = Sidebar;
|
window.Sidebar = Sidebar;
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
@ -161,7 +161,7 @@
|
|||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
>a {
|
> a {
|
||||||
padding-left: 12px !important;
|
padding-left: 12px !important;
|
||||||
svg{
|
svg{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user