better solution to incomingcallbox weirdness

This commit is contained in:
Matthew Hodgson 2017-04-22 17:37:16 +01:00
parent b3431bb750
commit be52787473
2 changed files with 1 additions and 3 deletions

View file

@ -112,8 +112,8 @@ module.exports = React.createClass({
<div className="mx_RoomSubList_roomCount">{ roomCount }</div>
<div className={chevronClasses}></div>
{ badge }
{ incomingCall }
</AccessibleButton>
{ incomingCall }
</div>
);
},

View file

@ -25,8 +25,6 @@ limitations under the License.
margin-top: -3px;
margin-left: -20px;
width: 200px;
font-weight: initial;
text-transform: initial;
}
.mx_IncomingCallBox_chevron {