CoderDojoPotsdam / regex-tutorial

Interactive Tutorial for Regular Expressions | Interaktives Tutorial für Reguläre Ausdrücke
https://coderdojopotsdam.github.io/regex-tutorial
11 stars 17 forks source link

Fix the navigation "step bubbles" #78

Closed weerox closed 7 years ago

weerox commented 7 years ago

Expected Behavior

The step "bubbles" should be closer to each other.

Actual Behavior

They are pretty far away.

For some reason it broke when I changed the way we make translations. Can't find the reason myself, maybe someone else will.

niccokunzmann commented 7 years ago

You removed the comments. Now, there are spaces behind the elements. If there are no spaces between the elements, this works or, maybe there is a possibility to reduce the width of the space to zero.

Before:

 </div><!--
     --><div

Now:

   </div>
       <div
niccokunzmann commented 7 years ago

79 does not resolve this.

grafik

weerox commented 7 years ago

Fixed by #80