animate when width changes

pull/5370/head
yann300 2 years ago committed by Aniket
parent 866d050845
commit 207b3acb17
  1. 1
      libs/remix-ui/app/src/lib/remix-app/style/remix-app.css

@ -32,6 +32,7 @@ pre {
display : flex;
flex-direction : row-reverse;
width : 320px;
transition : width 1s;
}
.highlightcode {

Loading…
Cancel
Save