Don't force margins to badges
This commit is contained in:
parent
d83ea79809
commit
c939c7b32c
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ td.message {
|
||||||
.panel input, .panel .input-group {
|
.panel input, .panel .input-group {
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
}
|
}
|
||||||
input[type=text], input[type=password], #sendMessage, .badge {
|
input[type=text], input[type=password], #sendMessage {
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
margin-bottom: 5px !important;
|
margin-bottom: 5px !important;
|
||||||
|
|
Loading…
Reference in a new issue