Fix code duplicating characters (#11467)

pull/11766/head^2
フィンメーラ 7 years ago committed by Gabriel Engel
parent 6a52f62351
commit 723b686da0
  1. 5
      packages/rocketchat-theme/client/imports/general/base_old.css

@ -128,7 +128,6 @@
.copyonly {
display: inline-block;
float: left;
width: 0;
height: 0;
@ -138,6 +137,10 @@
font-size: 0;
-moz-box-orient: vertical;
code & {
float: left;
}
}
.rc-old .text-center {

Loading…
Cancel
Save