aplbrain / aplbrain/neuvue-app
CSS Issues with Neuroglancer
- Lenguaje dominante
- JavaScript
- Estrellas
- 1
- Forks
- 2
- Métricas de merge de PR
- Métricas de PR pendientes
Descripción
I noticed some weird CSS going on. Some of the text boxes are squished.

I was able to fix this with some more CSS classes in `workspace.css`. These were the classes I noticed that needed the change. The list is not exhaustive.
```
.neuroglancer-display-dimensions-widget-name,
.neuroglancer-position-dimension-scale,
.neuroglancer-position-dimension-coordinate,
.neuroglancer-position-dimension-name{
box-sizing: content-box;
}
```
There might be a better spelunker-wide change. I would search for one before applying this bandaid fix.
_Originally posted by @hannah-martinez in https://github.com/aplbrain/neuvue-app/issues/414#issuecomment-2444361879_
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.