Skip to content

Commit

Permalink
try to make code enforce nowrap
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 21, 2024
1 parent 257e2e7 commit 13df69b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ LivInTheLookingGlass’s Project Euler solutions

<br/>

.. raw:: html

<style>
.centertable > tbody > tr > td > p > code {white-space: nowrap; display: inline-block;}
</style>

+------------+---------------------+--------+-------------------+
| Language | Version | Solved | Status |
+============+=====================+========+===================+
Expand All @@ -38,7 +44,7 @@ LivInTheLookingGlass’s Project Euler solutions
| | ``pcc``, ``tcc`` | | |
+------------+---------------------+--------+-------------------+
| C++ | C++98+ in |br| | 1 | |Cpi| |
| | ``clang``, ``g++``, | | |
| | ``g++``, ``clang``, | | |
| | ``msvc`` | | |
+------------+---------------------+--------+-------------------+
| C# | .NET 2+ | 6 | |C#i| |
Expand Down

0 comments on commit 13df69b

Please sign in to comment.