We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4005738 commit dc185aeCopy full SHA for dc185ae
1 file changed
ietf/static/ietf/css/ietf.css
@@ -415,3 +415,10 @@ h1 small .pull-right { margin-top: 10.5px; }
415
.large {font-size: 120%;}
416
.llarge {font-size: 144%;}
417
.lllarge {font-size: 172.8%;}
418
+
419
+/* This should not really be needed, but on iPads the navbar form is
420
+ calculated to be a different width than it should be when we leave this at
421
+ the bootstrap default auto setting:
422
+*/
423
+form.navbar-form input.form-control.input-sm { width: 141px; }
424
0 commit comments