Get whole linked with wp_list_pages

As already said it’s a question of the css-styles. Try something like

#sidebar li a {
    display: block;
    margin: 0;
    padding: 5px 15px 5px 5px;
    text-align: left;
} 

The a tag gets the padding, not the li-tag