Closed julioneljunior closed 3 years ago
Hello!! Congrats to the project.
I have a problem putting a table in the insomnia documentation.
Fixed this behavior by adding overflow: auto; to .descrition class:
overflow: auto;
.descrition
.description { overflow: auto; ...
https://github.com/jozsefsallai/insomnia-documenter/blob/ce38efc98374e114a73dc8c7202c2773d4aa2a53/src/styles/main.scss#L204
I Tested by cloning the repository and the other css rules are not affected.
Hello!! Congrats to the project.
I have a problem putting a table in the insomnia documentation.
Fixed this behavior by adding
overflow: auto;
to.descrition
class:https://github.com/jozsefsallai/insomnia-documenter/blob/ce38efc98374e114a73dc8c7202c2773d4aa2a53/src/styles/main.scss#L204
I Tested by cloning the repository and the other css rules are not affected.