fix: remove "px" from --bs-dropdown-padding-x value

This commit is contained in:
Lord_Devi 2024-09-18 22:00:57 -04:00
parent 2ec0c8bebc
commit 40d1db087e

View file

@ -5,7 +5,7 @@
{% block content %}
<style>
.dropdown-menu {
--bs-dropdown-padding-x: 5px;
--bs-dropdown-padding-x: 5;
}
</style>
<h2 class="mb-4">IDS Data</h2>