110,618
edits
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 9: | Line 9: | ||
.YumBox { | .YumBox { | ||
width: | width: 180px !important; /* Adjust the width as needed */ | ||
height: | height: 100px !important; /* Adjust the height as needed */ | ||
overflow: hidden !important; /* Prevent scroll bars */ | overflow: hidden !important; /* Prevent scroll bars */ | ||
display: inline-block; /* Ensures proper alignment */ | display: inline-block; /* Ensures proper alignment */ | ||
box-sizing: border-box; /* Consistent sizing */ | box-sizing: border-box; /* Consistent sizing */ | ||
} | } |