Explorar el Código

ensure releasecard does not break on small screens

Thomas Buck hace 3 años
padre
commit
f058c1becf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      static/css/style.css

+ 1
- 0
static/css/style.css Ver fichero

@@ -79,6 +79,7 @@ pre {
79 79
 .releasecard {
80 80
     border: 2px solid purple;
81 81
     width: max-content;
82
+    max-width: 100%;
82 83
     padding: 0.6em 1em 0em 1em;
83 84
     border-radius: 10px;
84 85
     background-color: lightgray;

Loading…
Cancelar
Guardar