修复了下拉框元素宽度不对的问题

This commit is contained in:
2023-12-16 04:58:15 +00:00
parent 76952cc393
commit 658ac383a2

View File

@ -76,6 +76,9 @@
padding: 10px;
text-decoration: none;
color: #333;
text-align: center; /* Horizontally center the text */
width: 100%; /* Make the width 100% */
box-sizing: border-box; /* Include padding in the width */
}
.dropdown-content a:hover {