修复了下拉框元素宽度不对的问题
This commit is contained in:
@ -76,6 +76,9 @@
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #333;
|
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 {
|
.dropdown-content a:hover {
|
||||||
|
Reference in New Issue
Block a user